Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-27 | Tests: Add coding to files | Philipp Hagemeister | |
2013-06-27 | [googleplus] move tests | Philipp Hagemeister | |
2013-06-27 | [infoq] move tests | Philipp Hagemeister | |
2013-06-27 | Remove superfluous name declarations | Philipp Hagemeister | |
2013-06-27 | [youku] move tests | Philipp Hagemeister | |
2013-06-27 | [eighttracks] move test | Philipp Hagemeister | |
2013-06-27 | [steam] move test | Philipp Hagemeister | |
2013-06-27 | [metacafe] move tests | Philipp Hagemeister | |
2013-06-27 | [soundcloud] Move tests | Philipp Hagemeister | |
2013-06-27 | [youtube] Fix tests in 2.x | Philipp Hagemeister | |
2013-06-27 | Allow _TESTS attribute for IEs with multiple tests | Philipp Hagemeister | |
This also improves the numbering of duplicate tests | |||
2013-06-27 | Allow moving tests into IE files | Philipp Hagemeister | |
Allow adding download tests right in the IE file. This will cut down on merge conflicts and make it more likely that new IE authors will add tests right away. | |||
2013-06-27 | [auengine] Rename to official capitalization | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'gitprojs/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2013-06-27 | release 2013.06.34.12013.06.34.1 | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'origin/HEAD' | Philipp Hagemeister | |
2013-06-27 | Add tests and improve for HotNewHipHop | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'JohnyMoSwag/master' | Philipp Hagemeister | |
2013-06-27 | fix for detecting youtube embedded videos. | Johny Mo Swag | |
2013-06-27 | Updated auengine IE to use compat_urllib* utils | Albert Kim | |
2013-06-27 | YoutubeIE: update the docstrings and the error message of _decrypt_signature | Jaime Marquínez Ferrándiz | |
Now it doesn't check the size of the two parts of the key. | |||
2013-06-27 | Added an IE for auengine.com | Albert Kim | |
2013-06-27 | release 2013.06.342013.06.34 | Philipp Hagemeister | |
2013-06-27 | print more encrypted signature info on -v (rel: #948) | Filippo Valsorda | |
2013-06-27 | a new day, a new s algo - fix #946 | Filippo Valsorda | |
2013-06-27 | simplify youtube signature generation | Philipp Hagemeister | |
2013-06-26 | removed print statement | Johny Mo Swag | |
2013-06-26 | Added HotNewHipHop IE | Johny Mo Swag | |
2013-06-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-27 | Add a clean-room implementation for youtube signatures | Philipp Hagemeister | |
2013-06-27 | ArteTvIE: rewrite the extract process to support the new site (fixes #875) | Jaime Marquínez Ferrándiz | |
The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp. Deleted the old methods. | |||
2013-06-26 | ComedycentralIE: Force conversion of the description to unicode (close #941) | Jaime Marquínez Ferrándiz | |
When writing to a file it would fail. | |||
2013-06-26 | [wimp] minor readability improvements (#940) | Philipp Hagemeister | |
2013-06-26 | [vevo] remove unused import | Philipp Hagemeister | |
2013-06-26 | Add CSpanIE (closes #312) | Jaime Marquínez Ferrándiz | |
2013-06-26 | added .decode('ascii') | M.Yasoob Khalid | |
2013-06-26 | FileDownloader: fixed call to "report_error" of YoutubeDL | Jaime Marquínez Ferrándiz | |
It was being called as "error" | |||
2013-06-26 | added b'' to my regex expression in order to solve the error on python 3 | M.Yasoob Khalid | |
2013-06-26 | changed wimp.py according to the changes suggested by jaime | M.Yasoob Khalid | |
2013-06-26 | Merge branch 'master' of github.com:rg3/youtube-dl | M.Yasoob Khalid | |
2013-06-26 | added an IE for wimp.com | M.Yasoob Khalid | |
2013-06-26 | Fixed typo in subtitle format option (from: sbt => sbv) | Ismael Mejia | |
2013-06-26 | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | |
2013-06-25 | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | |
Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||
2013-06-25 | release 2013.06.332013.06.33 | Philipp Hagemeister | |
2013-06-25 | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | |
Used only for accessing a private video Restore the error when the account is missing | |||
2013-06-25 | Merge pull request #922 from JohnyMoSwag/master | Jaime Marquínez Ferrándiz | |
Added embedded youtube detection to WorldstarIE | |||
2013-06-25 | JukeboxIE: support more countries | Jaime Marquínez Ferrándiz | |
2013-06-25 | Sort IEs alphabetically | Philipp Hagemeister | |