Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube Hashtag Support #28308

Closed
3 tasks done
7UR7L3 opened this issue Mar 2, 2021 · 2 comments
Closed
3 tasks done

Youtube Hashtag Support #28308

7UR7L3 opened this issue Mar 2, 2021 · 2 comments

Comments

@7UR7L3
Copy link

7UR7L3 commented Mar 2, 2021

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running youtube-dl version 2021.03.02
  • I've searched the bugtracker for similar site feature requests including closed ones

Description

youtube-dl should be able to handle Youtube hashtag pages such as https://www.youtube.com/hashtag/rice . I can not find any information on converting these types of pages into proper playlists or even mix playlists to make this trivially doable.

Ideally I want to be able to grab a list of or download all videos with the hashtag, but also useful would be grabbing the top-n results displayed on the page (or in the batches that youtube loads as you scroll down).

This is the current output (no recognition of the list of videos):

PS C:\Users\7UR7L3> youtube-dl -v https://www.youtube.com/hashtag/rice
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.youtube.com/hashtag/rice']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2021.03.02
[debug] Python version 3.8.2 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2
[debug] Proxy map: {}
[youtube:tab] hashtag: Downloading webpage
[download] Downloading playlist: None
[youtube:tab] playlist None: Downloading 0 videos
[download] Finished downloading playlist: None
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Apr 1, 2021
* https://github.com/ytdl-org/youtube-dl:
  [screencastomatic] fix extraction(closes ytdl-org#11976, closes ytdl-org#24489)
  [palcomp3] Add new extractor(closes ytdl-org#13120)
  [arnes] Add new extractor(closes ytdl-org#28483)
  [youtube:tab] Add support for hashtag videos extraction(closes ytdl-org#28308)
  release 2021.04.01
  [ChangeLog] Actualize [ci skip]
  [youtube] Setup CONSENT cookie when needed (closes ytdl-org#28604)
@7UR7L3
Copy link
Author

7UR7L3 commented Apr 2, 2021

Wonderful! Thanks @remitamine!

leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@7UR7L3 and others