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 history download sees 0 videos #26452

Open
lightray22 opened this issue Aug 27, 2020 · 5 comments
Open

Youtube history download sees 0 videos #26452

lightray22 opened this issue Aug 27, 2020 · 5 comments

Comments

@lightray22
Copy link

@lightray22 lightray22 commented Aug 27, 2020

Checklist

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

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

@ahknight
Copy link

@ahknight ahknight commented Aug 31, 2020

I am also seeing this. It looks like it's successful, but neither the :ythistory or feed URLs report any videos. The browser I took the cookie from can see the history just fine. I suspect a page layout change.

@ahknight
Copy link

@ahknight ahknight commented Aug 31, 2020

Related to the following blindly-closed issues:

#26255

#26181

Note that all other video downloads work, including Watched Recently. It's specifically History that comes back with zero items and no errors.

@lightray22
Copy link
Author

@lightray22 lightray22 commented Sep 2, 2020

#26255 looks like the same thing, not sure why that was closed as a duplicate. #26181 looks like something different.

@ahknight
Copy link

@ahknight ahknight commented Sep 2, 2020

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.

@whistletoe
Copy link

@whistletoe whistletoe commented Sep 6, 2020

Really looking forward to seeing this issue fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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