--rm-cache-dir/--no-cache-dir - What exactly are they used for
See original GitHub issueChecklist
- I’m asking a question
- I’ve looked through the README and FAQ for similar questions
- I’ve searched the bugtracker for similar questions including closed ones
Question
I have written a GUI for youtube-dl and for the last couple of hours I have been experincing some '403: Forbidden` errors when downloading items from yt playlists.
After g searching for a while the most common suggestions I came accross was to run ‘–rm-cache-dir’. I searched what exactly they are for but didn’t quite understand the very few explanations I found.
When I run ‘–rm-cache-dir’ what does this mean for the end-user. what if I just run ’ ‘–no-cache-dir’ for every youtube-dl call?
A side-note question: I would very much to share my GUI program( not open source yet, to be soon I hope), where can I do that?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
some youtube videos require a signature to be downloaded. This signature is dervied from a function in a
/player
URL. youtube normally caches these function definitions. If you chose not to use the cache, this/player/
page has to be re-downloaded each time. That is 1 additional request per video. There is no other impact.The situation is similar for other extractors that use the cache
@hbtalha
Yes;