Refactor search extractor

This commit is contained in:
Omar Roth 2019-08-21 18:23:20 -05:00
parent e768e1e277
commit 9f9cc1ffb5
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
3 changed files with 48 additions and 59 deletions

View file

@ -5167,7 +5167,7 @@ get "/vi/:id/:name" do |env|
end
end
# Undocumented, creates anonymous playlist with specified 'video_ids'
# Undocumented, creates anonymous playlist with specified 'video_ids', max 50 videos
get "/watch_videos" do |env|
client = make_client(YT_URL)