diff options
author | Thanos Apollo <[email protected]> | 2023-07-08 06:06:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-08 06:06:25 +0300 |
commit | d006e10bd7068d26ff3e4013da8c09191ac1fc7f (patch) | |
tree | f3020d51fcfc61fceaaa1728e33c1e2683e1ff68 | |
parent | d14c52b496f72fc288a339d6dda24a0cdcf98c79 (diff) |
fix: indentation
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -195,8 +195,8 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]" (while (< (length video-ids) yeetube-results-limit) (condition-case err (if is-youtube? - (search-forward "videoId") - (search-forward "watch?v")) + (search-forward "videoId") + (search-forward "watch?v")) (error (display-warning 'yeetube (format |