Zachary P. Brasseaux

Results 6 comments of Zachary P. Brasseaux

it's being done with this tool from amnesty international https://citizenevidence.amnestyusa.org/ I think it is the following snippet ```javascript $('#formInputButton').click(function(){ if(($('#formInput').val() == $('#formInput').attr('title'))||($('#formInput').val() == '')||($('#formInput').val() == ' ')) { alert('Please input...

Okay, so this is it. it's pretty simple. `getVars` strips the URL to the video id, `urlV`. that is then concatenated into `theUrl` and then it does a `GET` request...

I am seeing that youtubedl only returns the date, it may need to be something changed on their end, but it's definitely possible. alternatively, this can be used as a...

@loganwilliams I agree that the first option is better. I have a fork of youtube_dl and am working on it locally. I'm curious how auto-archiver would use a fork of...

apparently they have a separate function for getting timestamps (in unix format, i think) https://github.com/ytdl-org/youtube-dl/issues/30263 I will implement this tonight and make a PR edit: nevermind, this just returns 18:00:00...