summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yeetube.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/yeetube.el b/yeetube.el
index f90aaa9..16bb96b 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -199,6 +199,7 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]"
(search-forward yeetube-results-prefix)
(yeetube-mode)))
+
(defun yeetube-search (query)
"Search for QUERY."
(interactive "sYeetube Search: ")
@@ -225,9 +226,6 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]"
(if is-youtube?
(+ start 3)
(+ start 1))
- ;; They are the same in both cases,
- ;; /but/ for debugging/adding more sites
- ;; it's easier this way.
(if is-youtube?
(- end 2)
(- end 2)))))