diff options
author | Thanos Apollo <[email protected]> | 2023-07-18 16:27:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-18 16:27:02 +0300 |
commit | 835c235783999e3d6c74aa9141e4777bb52b6536 (patch) | |
tree | 5b0dea2b5745b12507d8fdedfdfe4897736f55b4 | |
parent | 15b151a06a96dc755eb760a16483a740e425305e (diff) |
remove comments
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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))))) |