youtube-dl-subscriptions
youtube-dl-subscriptions copied to clipboard
Download all new videos from your YouTube subscriptions
YouTube appears to have changed their site so that the export subscriptions as OPML is not an option. YOu now have to export your subscriptions as a json file. How...
You should let the user know that they need to use pip3, and not pip. And you should tell them to install 'setuptools' and 'wheel' with pip3 before installing requirements.txt.
When trying to download all videos from a channel, setting last.txt to a date far in the past, only the 15 most recent videos from the channel are downloaded. I...
Currently, `last.txt` is created on the first run, but the script doesn't do anything else on this first time. With my PR, if `last.txt` does not exist, or if its...
Additionally allow specyfing last file path, opml path, and destination (outfile pass to youtubedl).
Including the timestamp and uploader (channel name) in name of the file makes it easier to find the required video easily.
I'm getting the following error. Anyone else? ``` Traceback (most recent call last): File "./dl.py", line 25, in ptime = datetime.utcfromtimestamp(float(content)) ValueError: could not convert string to float: ```
I am running your script once per hour automatically in the background. And I noticed again and again, that lots of videos are missing. Apparently the issue is that the...