fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.53k stars 805 forks source link

Youtube changed its encryption way again #5

Closed EragonJ closed 10 years ago

EragonJ commented 10 years ago

Please check https://github.com/rg3/youtube-dl/issues/3331 for more information.

I already run relative tests and they get the same error again. Not sure why Youtube keeps changing this so quickly recently.

fent commented 10 years ago

Thanks for reporting this. I'm thinking of putting up auto tests every day or so, but travis doesn't have such option.

Also thinking of making future changes easier to debug by having ytdl add the new html5player file to tests.

ghost commented 10 years ago

@fent There is a Travis API that you can use to trigger a "test" on a previous build.

POST https://api.travis-ci.org/builds/{build.id}/restart

Pair that with an IFTTT "Date & Time" hook that runs at a set time daily and you are all set!