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 subscriptions not working #25695

Open
AthenaAzuraea opened this issue Jun 16, 2020 · 1 comment
Open

Youtube subscriptions not working #25695

AthenaAzuraea opened this issue Jun 16, 2020 · 1 comment

Comments

@AthenaAzuraea
Copy link

@AthenaAzuraea AthenaAzuraea commented Jun 16, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.06.16.1
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

youtube-dl "https://www.youtube.com/feed/subscriptions" --cookies Cookies.txt -v
[debug] System config: []
[debug] User config: ['-f', 'bestvideo[height<=1080]+bestaudio/bestvideo+bestaudio/best', '--merge-output-format', 'mkv', '--sub-lang', 'enUS', '--write-sub', '-i', '-o', '%(uploader)s - %(title)s.mkv', '--no-playlist', '--mark-watched', '--reject-title', 'English dub|Portuguese Dub|Spanish Dub|(Live)|Spawncast|(Charity stream)| Podcast | (Dub) |WAN Show']
[debug] Custom config: []
[debug] Command-line args: ['https://www.youtube.com/feed/subscriptions', '--cookies', 'Cookies.txt', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.06.16.1
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg 4.2, ffprobe 4.2
[debug] Proxy map: {}
[youtube:subscriptions] Youtube Subscriptions: Downloading webpage
[download] Downloading playlist: Youtube Subscriptions
[youtube:subscriptions] playlist Youtube Subscriptions: Downloading 0 videos
[download] Finished downloading playlist: Youtube Subscriptions

Description

Downloading youtube subscriptions seems to have stopped working just recently. Youtube-dl simply reports that there are no videos available, which is not true, as browsing to the URL (for me) shows a bunch of videos.

To reproduce, export all browser cookies (I haven't tried just exporting youtube domain cookies), and try to download https://www.youtube.com/feed/subscriptions. Instead of downloading the videos in the subscriptions, it should just say there are 0 videos available.

I will also note that this exact URL and this exact config has worked a few days prior. Ignoring config (i.e. adding --ignore-config) doesn't help.

@harroguk
Copy link

@harroguk harroguk commented Jun 17, 2020

Just want to add my own log to the above, started happening on the same day as the 2020.06.16 release, not saying it is this release, just that it started the same day.

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--cookies', 'D:\\scripts\\Powershell\\youtube-dl\\cookies.txt', '--verbose', 'https://www.youtube.com/feed/subscriptions']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2020.06.16.1
[debug] Python version 3.8.3 (CPython) - Windows-2012ServerR2-6.3.9600-SP0
[debug] exe versions: ffmpeg git-2020-06-03-b6d7c4c, ffprobe git-2020-06-03-b6d7c4c
[debug] Proxy map: {}
[youtube:subscriptions] Youtube Subscriptions: Downloading webpage
[download] Downloading playlist: Youtube Subscriptions
[youtube:subscriptions] playlist Youtube Subscriptions: Downloading 0 videos
[download] Finished downloading playlist: Youtube Subscriptions
@ytdl-org ytdl-org locked and limited conversation to collaborators Jun 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.