summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [metacafe] move testsPhilipp Hagemeister2013-06-272-13/+14
| | |
* | | [soundcloud] Move testsPhilipp Hagemeister2013-06-272-65/+65
|/ /
* | [youtube] Fix tests in 2.xPhilipp Hagemeister2013-06-271-31/+31
| |
* | Use str every timePhilipp Hagemeister2013-06-271-1/+1
| |
* | Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister2013-06-273-41/+47
| | | | | | | | This also improves the numbering of duplicate tests
* | Allow moving tests into IE filesPhilipp Hagemeister2013-06-273-10/+16
|/ | | | | 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.
* [auengine] Rename to official capitalizationPhilipp Hagemeister2013-06-272-3/+3
|
* Merge remote-tracking branch 'gitprojs/master'Philipp Hagemeister2013-06-272-0/+40
|\ | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
| * Updated auengine IE to use compat_urllib* utilsAlbert Kim2013-06-271-4/+6
| |
| * Added an IE for auengine.comAlbert Kim2013-06-272-0/+38
| |
* | release 2013.06.34.1Philipp Hagemeister2013-06-271-1/+1
| |
* | Merge remote-tracking branch 'origin/HEAD'Philipp Hagemeister2013-06-271-2/+2
|\ \
| * | YoutubeIE: update the docstrings and the error message of _decrypt_signatureJaime Marquínez Ferrándiz2013-06-271-2/+2
| |/ | | | | | | Now it doesn't check the size of the two parts of the key.
* | Add tests and improve for HotNewHipHopPhilipp Hagemeister2013-06-272-4/+11
| |
* | Merge remote-tracking branch 'JohnyMoSwag/master'Philipp Hagemeister2013-06-272-0/+44
|\ \ | |/ |/|
| * fix for detecting youtube embedded videos.Johny Mo Swag2013-06-271-1/+6
| |
| * removed print statementJohny Mo Swag2013-06-261-2/+0
| |
| * Added HotNewHipHop IEJohny Mo Swag2013-06-262-0/+41
| |
* | release 2013.06.34Philipp Hagemeister2013-06-272-2/+3
| |
* | print more encrypted signature info on -v (rel: #948)Filippo Valsorda2013-06-271-2/+6
| |
* | a new day, a new s algo - fix #946Filippo Valsorda2013-06-273-9/+9
| |
* | Check in signature generatorPhilipp Hagemeister2013-06-271-0/+76
| |
* | simplify youtube signature generationPhilipp Hagemeister2013-06-271-7/+8
|/
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-86/+36
|\
| * Merge branch 'master' of github.com:rg3/youtube-dlJaime Marquínez Ferrándiz2013-06-274-48/+57
| |\
| * | ArteTvIE: rewrite the extract process to support the new site (fixes #875)Jaime Marquínez Ferrándiz2013-06-271-86/+36
| | | | | | | | | | | | | | | The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp. Deleted the old methods.
* | | Add a clean-room implementation for youtube signaturesPhilipp Hagemeister2013-06-272-8/+53
| |/ |/|
* | Add test for youtube signature algorithmPhilipp Hagemeister2013-06-271-0/+22
| |
* | Simplify FakeYDLPhilipp Hagemeister2013-06-273-48/+35
|/
* ComedycentralIE: Force conversion of the description to unicode (close #941)Jaime Marquínez Ferrándiz2013-06-261-1/+1
| | | | When writing to a file it would fail.
* [wimp] minor readability improvements (#940)Philipp Hagemeister2013-06-263-0/+39
|\
| * added .decode('ascii')M.Yasoob Khalid2013-06-261-2/+2
| |
| * added b'' to my regex expression in order to solve the error on python 3M.Yasoob Khalid2013-06-261-1/+1
| |
| * changed wimp.py according to the changes suggested by jaimeM.Yasoob Khalid2013-06-261-5/+6
| |
| * removed trailing ',' and corrected the title in testM.Yasoob Khalid2013-06-261-1/+1
| |
| * added test for wimp.comM.Yasoob Khalid2013-06-261-0/+9
| |
| * Merge branch 'master' of github.com:rg3/youtube-dlM.Yasoob Khalid2013-06-264-4/+13
| |\
| * | added an IE for wimp.comM.Yasoob Khalid2013-06-262-0/+27
| | |
* | | [vevo] remove unused importPhilipp Hagemeister2013-06-261-1/+0
| | |
* | | Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz2013-06-263-0/+56
| | |
* | | FileDownloader: fixed call to "report_error" of YoutubeDLJaime Marquínez Ferrándiz2013-06-261-1/+1
| |/ |/| | | | | It was being called as "error"
* | Merge pull request #936 from iemejia/masterJaime Marquínez Ferrándiz2013-06-264-4/+13
|\ \ | |/ |/| Added option for vtt WebVTT subtitle format for Youtube
| * Fixed typo in subtitle format option (from: sbt => sbv)Ismael Mejia2013-06-261-1/+1
| |
| * Added missing write-auto-sub option in README fileIsmael Mejia2013-06-261-0/+1
| |
| * Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-264-4/+12
|/
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-254-10/+14
| | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903)
* release 2013.06.33Philipp Hagemeister2013-06-252-1/+2
|
* Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz2013-06-253-3/+7
| | | | | | Used only for accessing a private video Restore the error when the account is missing
* Merge pull request #922 from JohnyMoSwag/masterJaime Marquínez Ferrándiz2013-06-251-0/+4
|\ | | | | | | Added embedded youtube detection to WorldstarIE
| * added Youtube embed detection to WorldstarIEJohny Mo Swag2013-06-241-0/+4
| |