aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-08-16[playtvak] Improve and simplifySergey M․
2015-08-16Merge branch 'playtvak' of https://github.com/oskar456/youtube-dl into ↵Sergey M․
oskar456-playtvak
2015-08-15[playtvak] Initial support for videos from Mafra group serversOndřej Caletka
Support for videos in articles from idnes.cz, lidovky.cz, metro.cz, as well as video and live streams from playtvak.cz Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2015-08-15[youtube] Simplify two-factor authenticationSergey M․
2015-08-15[extractor/common] Interactive TFA code inputSergey M․
2015-08-15[extractor/common] Improve _hidden_inputsSergey M․
2015-08-15[youtube] Fix two-factor authenticationreddraggone9
2015-08-15[shahid] Improve and simplifySergey M․
2015-08-15Merge branch 'shahid' of https://github.com/remitamine/youtube-dl into ↵Sergey M․
remitamine-shahid
2015-08-15[extractor/__init__] Fix orderSergey M․
2015-08-15[esri:video] Rename extractorSergey M․
2015-08-15[esri:video] Extract all formats and simplifySergey M․
2015-08-15[extractor/common] Expand meta regexSergey M․
2015-08-15[EsriVideo] Add new extractorShaun Walbridge
Add extractor for [videos.esri.com](https://videos.esri.com), a collection of videos relating to GIS.
2015-08-15[moniker] Support embed- URLs (#6450)Yen Chi Hsuan
2015-08-14[lynda] Capture and output login error (Closes #6556)Sergey M․
2015-08-13[indavideo] Remove unused importSergey M․
2015-08-13[indavideo] Relax _VALID_URL to match subdomains and add testsSergey M․
2015-08-13[indavideo] Split in two extractors, extract all formats and fix timestampSergey M․
2015-08-13[indavideo] Add new extractornyuszika7h
Closes #2147.
2015-08-13[theplatform] Fallback to hardcoded releaseUrl if not availableYen Chi Hsuan
Fixes #6546. Not adding a test case as test_NBC has the same problem.
2015-08-13[dhm] Remove unused importSergey M․
2015-08-13[iqiyi] PEP 8Sergey M․
2015-08-13[tweakers] Remove unused importsSergey M․
2015-08-13[rtvnh] Check status codeSergey M․
2015-08-13[rtvnh] Make SMIL not fatalSergey M․
2015-08-13[rtvnh] Make thumbnail optionalSergey M․
2015-08-13[rtvnh] Carry long linesSergey M․
2015-08-13Merge pull request #6537 from ngld/rtvnhnlSergey M.
[rtvnhnl] Added new extractor
2015-08-12Use native HLS implementation by default.ngld
2015-08-12[rtvnh] Renamed rtvnhnl -> rtvnhngld
2015-08-12[rtvnhnl] Relax the thumbnail checkngld
2015-08-12Merge pull request #6539 from ngld/fix-funnyordieSergey M.
[funnyordie] Handle protocol-relative URLs (fixes #6490)
2015-08-12[rtvnhnl] Added new extractorngld
2015-08-12[youtube] Update testsSergey M․
2015-08-12[funnyordie] Handle protocol-relative URLs (fixes #6490)ngld
2015-08-12 [iqiyi] update md5 salt (2015-08-10 Zombie)sceext
2015-08-11[tvplay] Add age limit to testsSergey M․
2015-08-11[pbs] Add age limit to testsSergey M․
2015-08-11[youtube] Add age limit to testsSergey M․
2015-08-11[youtube] Skip download for multiple v= testSergey M․
2015-08-11Merge pull request #6518 from puckipedia/masterSergey M.
[youtube] Use the first v= argument in the URL
2015-08-11[vimeo:user] Do not match watchlaterSergey M․
2015-08-10[youtube] Use the first v= argument in the URLPuck Meerburg
This is according to how youtube handles multiple v= values in one URL. Before this, it was possible to make a single URL show up differently on youtube itself, and if you downloaded/viewed it with youtube-dl/mpv
2015-08-10[vimeo:watchlater] Fix extraction (Closes #3886)Sergey M․
2015-08-10[vimeo] Fix login (Closes #6488)Sergey M․
2015-08-10[fc2] Fix python 2.6 (Closes #6512)Sergey M․
2015-08-09[extractor/generic] Clarify commentSergey M․
2015-08-09[extractor/generic] Add test for xspf playlistSergey M․
2015-08-09[extractor/generic] Add support for xspf playlistsSergey M․