summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [NBCSports/Yahoo] Comment out some MD5 checksumsYen Chi Hsuan2015-03-312-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They seems to change constantly
| * | | | | | | [NBCSports] Add a test case for extended _VALID_URLYen Chi Hsuan2015-03-311-2/+6
| | | | | | | |
| * | | | | | | [NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan2015-03-313-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enhance error detection in ThePlatformIE
| * | | | | | | [NBCSports] Move imports alphabeticallyYen Chi Hsuan2015-03-311-2/+2
| | | | | | | |
| * | | | | | | [Yahoo/NBCSports] Generalize NBC sports info extractorYen Chi Hsuan2015-03-313-5/+37
| | | | | | | |
| * | | | | | | [Yahoo/NBCSports] Fix #5226Yen Chi Hsuan2015-03-313-0/+36
|/ / / / / / /
* | | | | | | [phoenix] Extend _VALID_URL (#5322)Naglis Jonaitis2015-03-301-13/+27
| | | | | | |
* | | | | | | [soundcloud:set:user] Support mobile URLs (Closes #5323)Sergey M․2015-03-301-2/+2
| | | | | | |
* | | | | | | Credit @jorams or dumpert.nl (#5319)Sergey M․2015-03-301-0/+1
| | | | | | |
* | | | | | | Merge branch 'jorams-dumpert'Sergey M․2015-03-302-0/+57
|\ \ \ \ \ \ \
| * | | | | | | [dumpert] Simplify and fix python 3.2Sergey M․2015-03-301-15/+24
| | | | | | | |
| * | | | | | | Merge branch 'dumpert' of https://github.com/jorams/youtube-dl into ↵Sergey M․2015-03-302-0/+48
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jorams-dumpert
| * | | | | | | [Dumpert] Add new extractorJoram Schrijver2015-03-292-0/+48
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Add support for the Dutch video site Dumpert. http://www.dumpert.nl/
* | | | | | | [pornhub] Fix comment count extraction (Closes #5320)Sergey M․2015-03-301-8/+9
| | | | | | |
* | | | | | | Merge pull request #5313 from yan12125/fix_xuite_python32Sergey M.2015-03-301-3/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [Xuite] Fix extraction on python 3.2
| * | | | | | [Xuite] Fix extraction on python 3.2Yen Chi Hsuan2015-03-291-3/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | base64.b64decode() accept only binary types in Python 3.2
* | | | | | [generic] Add support for 5min embeds (#5310)Naglis Jonaitis2015-03-291-0/+16
| | | | | |
* | | | | | [cnn] Match more URLsPhilipp Hagemeister2015-03-281-1/+4
| | | | | |
* | | | | | [ultimedia] PEP8Philipp Hagemeister2015-03-281-3/+2
| | | | | |
* | | | | | Unduplicate @ossi96Sergey M․2015-03-291-1/+0
| | | | | |
* | | | | | [dhm] Improve _VALID_URL and add testSergey M․2015-03-281-6/+15
| | | | | |
* | | | | | Credit @ossi96 for dhm (#5305)Sergey M․2015-03-281-0/+1
| | | | | |
* | | | | | Merge branch 'ossi96-dhm'Sergey M․2015-03-282-0/+65
|\ \ \ \ \ \
| * | | | | | [dhm] SimplifySergey M․2015-03-281-24/+35
| | | | | | |
| * | | | | | Merge branch 'dhm' of https://github.com/ossi96/youtube-dl into ossi96-dhmSergey M․2015-03-282-0/+54
|/| | | | | |
| * | | | | | [DHM] Add extractor descriptionOskar Jauch2015-03-281-0/+1
| | | | | | |
| * | | | | | [DHM] Add new extractorOskar Jauch2015-03-282-0/+53
| | | | | | |
* | | | | | | [nbc] Recognize https urls (fixes #5300)Jaime Marquínez Ferrándiz2015-03-281-1/+1
|/ / / / / /
* | | | | | release 2015.03.28Philipp Hagemeister2015-03-282-2/+7
| | | | | |
* | | | | | Default to continuedl=TruePhilipp Hagemeister2015-03-283-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | We already do this in the CLI interface, so it should be just fine.
* | | | | | Makefile: fix 'find' commandJaime Marquínez Ferrándiz2015-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It worked with the GNU version, but not with the BSD version.
* | | | | | Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-278-19/+16
| | | | | | | | | | | | | | | | | | | | | | | | They catch any exception, including KeyboardInterrupt, we don't want to catch it.
* | | | | | [eroprofile] Add login support (#5269)Naglis Jonaitis2015-03-261-2/+50
| | | | | |
* | | | | | [vimeo] Capture and output error message (#5294)Sergey M․2015-03-271-0/+10
| | | | | |
* | | | | | [youtube:watchlater] Remove unused properties and fix testsJaime Marquínez Ferrándiz2015-03-262-4/+3
| | | | | |
* | | | | | [vessel] Fix pep8 issueJaime Marquínez Ferrándiz2015-03-261-1/+1
| | | | | |
* | | | | | Merge branch 'zx8-master'Sergey M․2015-03-262-0/+161
|\ \ \ \ \ \
| * | | | | | [safari] Improve and simplifySergey M․2015-03-261-44/+57
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-masterSergey M․2015-03-262-0/+148
|/| | | | | |
| * | | | | | [safari] Add safaribooksonline extractorzx82015-03-222-0/+148
| | |_|/ / / | |/| | | |
* | | | | | [vessel] Add new extractor (Closes #5275)Naglis Jonaitis2015-03-262-0/+128
| | | | | |
* | | | | | [slideshare] Fix extraction (#5279)Naglis Jonaitis2015-03-261-1/+1
| | | | | |
* | | | | | [youtube] Clarify some IE_NAMEsSergey M․2015-03-261-0/+3
| | | | | |
* | | | | | [youtube:watchlater] Extract watchlater as playlist (Closes #5280)Sergey M․2015-03-261-23/+29
| | | | | |
* | | | | | [utils] Escape all HTML entities written in hexadecimal formNaglis Jonaitis2015-03-262-1/+3
| | | | | |
* | | | | | [teamcoco] Fix extractionNaglis Jonaitis2015-03-261-1/+1
| |/ / / / |/| | | |
* | | | | Credit @amishb for 22tracks (#5276)Sergey M․2015-03-251-0/+1
| | | | |
* | | | | [22tracks] Improve and simplifySergey M․2015-03-251-72/+47
| | | | |
* | | | | Updated init to add 22tracksAmish Bhadeshia2015-03-251-0/+4
| | | | |
* | | | | [22Tracks] Add new extractorAmish Bhadeshia2015-03-251-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py