Show HN: Firefox add on which logs YouTube urls so you can download them later
1–9 of 9 posts
Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#2Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#3Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#4OT: I'm still searching for a tool/scriptlet to load my whole history off youtube. The API commands allow only the last n (I think it where 50) entries to fetch, and the interface of youtube is even worse.
Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#5I.e, how did you start with knowing what files to include here
Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#6OT: I'm still searching for a tool/scriptlet to load my whole history off youtube. The API commands allow only the last n (I think it where 50) entries to fetch, and the interface of youtube is even worse.
Write a JS snippet that will press the "Load more" button every 2s on the web interface. Let it run for a lot of time, on Chrome DevTools, then scrape the page with Javascript. Seems relatively easy.
Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#7OT: I'm still searching for a tool/scriptlet to load my whole history off youtube. The API commands allow only the last n (I think it where 50) entries to fetch, and the interface of youtube is even worse.
Why can't you just automate it?
Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#8Earlier quoted context omitted.
Write a JS snippet that will press the "Load more" button every 2s on the web interface. Let it run for a lot of time, on Chrome DevTools, then scrape the page with Javascript. Seems relatively easy.
I did something like this with firefox, but after a while firefox was using so much RAM, it took him 10-20 sec. for a single request - I gathered ~40000 history entries with this technique. Perhaps Chrome DevTools will do a better job - I'll try.
Re: Show HN: Firefox add on which logs YouTube urls so you can download them later
#9So, how do I install it?