aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-04-04[Gamersyde] Improved robustness, added duration and testssnipem
Fix for Json syntax is now less error prone for Json syntax inside of values. Extractor is now also using native Json handling. Added tests for several videos that were producing errors in the first place.
2015-04-03[Gamersyde] Add new extractorsnipem
2015-04-02[miomio] Fix alphabetic orderSergey M․
2015-04-02[miomio] Rename extractorSergey M․
2015-04-02[miomio] Simplify and fix python 2.6 issueSergey M․
2015-04-02Merge branch 'MiomioTv' of https://github.com/tiktok7/youtube-dl into ↵Sergey M․
tiktok7-MiomioTv
2015-04-02[playfm] Adapt to v2api (Closes #5344)Sergey M․
2015-04-01[varzesh3] SimplifySergey M․
2015-04-01Merge branch 'varzesh3' of https://github.com/mtp1376/youtube-dl into ↵Sergey M․
mtp1376-varzesh3
2015-04-01Merge branch 'fix_douyu' of https://github.com/yan12125/youtube-dlSergey M․
2015-03-31[dailymotion] Fix ff cookie and use it for embed page (Closes #5330)Sergey M․
2015-03-31[nbc] Remove redundant noteSergey M․
This is already supposed by `only_matching`
2015-03-31[generic] Add working NBC Sports vplayer testSergey M․
2015-03-31[NBCSports/Yahoo] Comment out some MD5 checksumsYen Chi Hsuan
They seems to change constantly
2015-03-31[NBCSports] Add a test case for extended _VALID_URLYen Chi Hsuan
2015-03-31[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan
enhance error detection in ThePlatformIE
2015-03-31[NBCSports] Move imports alphabeticallyYen Chi Hsuan
2015-03-31[Yahoo/NBCSports] Generalize NBC sports info extractorYen Chi Hsuan
2015-03-31[Yahoo/NBCSports] Fix #5226Yen Chi Hsuan
2015-03-30[phoenix] Extend _VALID_URL (#5322)Naglis Jonaitis
2015-03-30[soundcloud:set:user] Support mobile URLs (Closes #5323)Sergey M․
2015-03-30[dumpert] Simplify and fix python 3.2Sergey M․
2015-03-30Merge branch 'dumpert' of https://github.com/jorams/youtube-dl into ↵Sergey M․
jorams-dumpert
2015-03-30[pornhub] Fix comment count extraction (Closes #5320)Sergey M․
2015-03-29[Dumpert] Add new extractorJoram Schrijver
Add support for the Dutch video site Dumpert. http://www.dumpert.nl/
2015-03-29[Xuite] Fix extraction on python 3.2Yen Chi Hsuan
base64.b64decode() accept only binary types in Python 3.2
2015-03-29[douyutv] Simplify usage of isinstanceYen Chi Hsuan
2015-03-29[douyutv] Fix extractor and improve error handlingYen Chi Hsuan
2015-03-29[generic] Add support for 5min embeds (#5310)Naglis Jonaitis
2015-03-28[cnn] Match more URLsPhilipp Hagemeister
2015-03-28[ultimedia] PEP8Philipp Hagemeister
2015-03-28[dhm] Improve _VALID_URL and add testSergey M․
2015-03-28[dhm] SimplifySergey M․
2015-03-28Merge branch 'dhm' of https://github.com/ossi96/youtube-dl into ossi96-dhmSergey M․
2015-03-28[nbc] Recognize https urls (fixes #5300)Jaime Marquínez Ferrándiz
2015-03-28[DHM] Add extractor descriptionOskar Jauch
2015-03-28[DHM] Add new extractorOskar Jauch
2015-03-27Don't use bare 'except:'Jaime Marquínez Ferrándiz
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
2015-03-26[eroprofile] Add login support (#5269)Naglis Jonaitis
2015-03-27[vimeo] Capture and output error message (#5294)Sergey M․
2015-03-26unicde :(Mohammad Teimori Pabandi
2015-03-26[youtube:watchlater] Remove unused properties and fix testsJaime Marquínez Ferrándiz
2015-03-26[vessel] Fix pep8 issueJaime Marquínez Ferrándiz
2015-03-26[safari] Improve and simplifySergey M․
2015-03-26Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-masterSergey M․
2015-03-26[vessel] Add new extractor (Closes #5275)Naglis Jonaitis
2015-03-26[slideshare] Fix extraction (#5279)Naglis Jonaitis
2015-03-26[youtube] Clarify some IE_NAMEsSergey M․
2015-03-26[youtube:watchlater] Extract watchlater as playlist (Closes #5280)Sergey M․
2015-03-26removing unicode literal because it is imported :))Mohammad Teimori Pabandi