Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Can't download private playlist, even with username and password provided. #1757
Comments
|
We currently use the gdata api for downloading the playlists, we can't get private playlists. That would require solving #1508. |
|
I'll better mark it as closed once we merge the fix. |
|
For one-time download I could make it unlisted, download it and then make it private again, but I thought about making bash script to sync my playlists to my PC. (BTW I've read about --download-archive , but it sounds like it puts files into an archive, is there something else I could use for syncing? I mean --skip-existing or something like this. Also writing video descriptions somewhere would be nice too, but it's probably out of scope for this project - descriptions are not videos.) |
|
@johnnynoone Since youtube-dl 2013.11.22.1, this should work. Type By default, youtube-dl will not redownload already existing files. If you read the description of To write the video descriptions along with the video files, simply use |
|
OK, it works. About option descriptions... Also in Youtube's descriptions if there are long links, they are ellipsized. It would be nice if ellipsized ones were replaced by full URIs, but perhaps it would be hard to code. (Differentiation between normal links and time links like 0:00, resolving Youtube redirect pages, etc.) I would file separate bugs, but I don't have time right now. |
|
Thanks, I've changed the description of |
As in title. Output:
Without --simulate it shows the same error. Simulation of downloading public playlist while logging in works.