diff options
author | Thanos Apollo <[email protected]> | 2023-07-05 09:47:30 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-05 18:13:59 +0300 |
commit | eaf4f19f1952bb3684741c3bf488c0b4c2dfbcd5 (patch) | |
tree | f0df883ae22bf02d97ccbe540defcfd46198e2d3 | |
parent | 7c401b0fe0ef866f9f42515065aeeb6106764d58 (diff) |
Add yeetube-query-url indication in *Yeetube Search* buffer
-rw-r--r-- | yeetube.el | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -187,11 +187,7 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]" (erase-buffer) (org-mode) (insert - "\n* Search Results: \n \n") - (cl-loop for (videoId . videoTitle) in - (cl-mapcar #'cons (reverse videoIds) (reverse videoTitles)) - do (insert (format "%s [[https://www.youtube.com/watch?v=%s][%s ]]\n" - yeetube-results-prefix videoId videoTitle))) + (format "\n/searching:/ %s\n* Search Results: \n \n" yeetube-query-url)) (yeetube-insert-content yeetube-results-prefix yeetube-query-url videoTitles videoIds) |