-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 history download sees 0 videos #26452
Comments
I am also seeing this. It looks like it's successful, but neither the |
The description of the issue has the same pattern as this report, though the comments do indeed go elsewhere. 50/50? :) Anyhow, this is still happening to me as well. I'm on 2020.07.28 via Homebrew on macOS FWIW. |
Really looking forward to seeing this issue fixed! |
I'm trying this with the latest youtube-dl and it's still broken, unfortunately.
|
Checklist
Verbose log
[debug] System config: []
[debug] User config: ['-o', '%(uploader)s_%(upload_date)s_%(title)s_%(height)s_%(id)s.%(ext)s', '--continue', '--no-overwrites', '--ignore-errors', '--external-downloader', 'aria2c', '--external-downloader-args', '-x 16 -s 16 -k 1M --console-log-level=error --file-allocation=none --keep-unfinished-download-result=false --summary-interval=0']
[debug] Custom config: []
[debug] Command-line args: ['--cookies', '/home/user/.config/youtube-dl/cookies-user.txt', '--max-filesize', '10g', '--download-archive', './.downloaded.txt', '--verbose', 'https://www.youtube.com/feed/history']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.07.28
[debug] Python version 3.7.8 (CPython) - FreeBSD-12.1-RELEASE-p8-amd64-64bit-ELF
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube:history] Youtube History: Downloading webpage
[download] Downloading playlist: Youtube History
[youtube:history] playlist Youtube History: Downloading 0 videos
[download] Finished downloading playlist: Youtube History
Description
Trying to download from YouTube's history results in it showing zero videos and not downloading anything. Using the same cookies and download.txt file but downloading from a playlist instead works fine, so I know those files are valid. I also tried downloading the history from three different accounts and the same behavior of zero videos happens. The last time this worked properly was July 22nd, so it seems to have been broken for a while.
Here is the exact command I'm using:
/usr/local/bin/youtube-dl --cookies /home/user/.config/youtube-dl/cookies-user.txt --max-filesize 10g --download-archive ./.downloaded.txt --verbose https://www.youtube.com/feed/history
The text was updated successfully, but these errors were encountered: