Over the years I saved a gazillion Youtube links / URLs, “to watch later”, and later we are indeed. (“Hindsight is 20/20”, as they say, whoever they may be, and we're now in 2020.) A lot of them must be defunct by now, but some not, some might still be relevant and worth watching before civilization collapses, but since for many of them I only copied the URL it would be very tedious to examine them one by one, not even remotely knowing what they are about.
So I would like to convert those lists with a clever script which, for each URL, would output the URL followed by the title of the video, and perhaps additionally extra information like the duration, the name of the account and whatnot, and mark the ones no longer online as such. One way would be to load ’em all into JDownloader and let it analyse them, but I already have another gazillion of links in JDownloader's download queue, and it's a quite slow and unwieldy utility, I'd prefer something very light.
Can this be done with youtube-dl or something similar ?
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 4 of 4
-
-
I made an account just to post this.
I just ran into the same problem and found this post, I used youtube-dl, the gui version but the CLI variant works well too. Downloaded from here https://mrs0m30n3.github.io/youtube-dl-gui/
I just copied my list into it and scrolled through the list.
If you want to have duration, name of account etc then look into the advances settings or use the CLI variant of the program and pipe it through whatever unix program you like. -
Code:
youtube-dl -o "b:\Videos\%(uploader)s_%(upload_date)s_%(resolution)s_%(id)s_%(title)s.%(ext)s" --write-thumbnail --skip-download url
url is based on the id, -
Well, at least I got an answer before the end of the year... é_è
(Cuz pretty soon hindsight is gonna be 2021, and one day it's gonna be 2050, which sure ain't much.)
Similar Threads
-
please list the virtualdub filters to remove vhs tape video noise
By perfection in forum Newbie / General discussionsReplies: 6Last Post: 7th Jan 2020, 12:45 -
How to use ffmpeg in node and make a list of urls to be download
By TeRrOkToR in forum Video Streaming DownloadingReplies: 0Last Post: 21st Jun 2019, 19:19 -
Seeking to list video and audio information for thousands of videos
By ProxyCell in forum Newbie / General discussionsReplies: 9Last Post: 13th Dec 2017, 00:16 -
List of 4k60 video capture cards with onboard hevc compression
By ezcapper in forum Capturing and VCRReplies: 1Last Post: 6th Oct 2016, 20:56 -
Extracting All Video/Audio File details/attributes to a text/Excel list
By liquid65 in forum Newbie / General discussionsReplies: 1Last Post: 15th Sep 2015, 08:27