aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-11-02[cinemassacre] Fix extraction (Closes #4083)Sergey M․
2014-11-01[generic] Improve MLB iframe regexSergey M․
2014-11-01[mlb] Improve _VALID_URL (Closes #4063)Sergey M․
2014-10-31[canalplus] Improve and merge with d8 extractorSergey M․
2014-10-31[canalplus] Tweak extractor to support piwiplus (Closes #4046)Sergey M․
2014-10-31[funnyordie] Add articles URL testSergey M․
2014-10-31[FunnyOrDie] Add support for "/articles/" URLsanovicecodemonkey
2014-10-31[youtube] Detect formats 298 et al as mp4 (Fixes #4066)Philipp Hagemeister
2014-10-30[youtube] Add format 266 (Fixes #4055)Philipp Hagemeister
2014-10-30[youtube] Add support for formats 302 and 303 (Fixes #4060)Philipp Hagemeister
2014-10-30Sort formats by fps as wellPhilipp Hagemeister
2014-10-30[youtube] Add formats 298, 299 (Fixes #4056)Philipp Hagemeister
2014-10-30[ro220] Fix broken extractor and modernize (#4054)Naglis Jonaitis
2014-10-29[crunchycroll] Fix building of ass subtitles (reported in #4019)Jaime Marquínez Ferrándiz
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
2014-10-29[generic] Allow soundcloud embeds with additional attributesPhilipp Hagemeister
2014-10-29Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-10-29[drtv] Allow fractional timestamps (Fixes #4059)Philipp Hagemeister
2014-10-29[naver] Capture and output error message (#4057)Sergey M․
2014-10-29[trutube] Fix extractionSergey M․
2014-10-29[niconico] Add extractor for playlists (closes #4043)Jaime Marquínez Ferrándiz
2014-10-28Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-10-28[laola1tv] Mark as brokenPhilipp Hagemeister
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
2014-10-28[laola1tv] Add new extractorPhilipp Hagemeister
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.
2014-10-28[auengine] SimplifyPhilipp Hagemeister
2014-10-28[vk] Generalize errorsSergey M․
2014-10-28[vk] Handle deleted videosSergey M․
2014-10-28[wimp] Update video URL regexSergey M․
2014-10-28[srmediathek] Choose variable name more wiselyPhilipp Hagemeister
2014-10-28[fktv] Remove unused importPhilipp Hagemeister
2014-10-28[quickvid] Add new extractorPhilipp Hagemeister
2014-10-28[generic] Fix HTML5 video regexpPhilipp Hagemeister
2014-10-28[iconosquare] SimplifyPhilipp Hagemeister
2014-10-27[phoenix] Add new extractor (Fixes #4036)Philipp Hagemeister
2014-10-27[ku6] ModernizePhilipp Hagemeister
2014-10-27[extractor/common] Improve m3u8 outputPhilipp Hagemeister
2014-10-27[lrt] ModernizePhilipp Hagemeister
2014-10-27[fktv] ModernizePhilipp Hagemeister
2014-10-27[zdf] SimplifyPhilipp Hagemeister
2014-10-27Merge remote-tracking branch 'olebowle/ard'Philipp Hagemeister
2014-10-27[heise] Fix extractionPhilipp Hagemeister
Now they use an XML format instead of JSON.
2014-10-27[kickstarter] Simplify and fix test casePhilipp Hagemeister
2014-10-27[nbc] Fix ThePlatform embedded videosPhilipp Hagemeister
2014-10-27[promptfile] Fix check for deleted videosPhilipp Hagemeister
2014-10-27[francetv] Remove changing md5sumPhilipp Hagemeister
2014-10-27[generic] Fix test titlePhilipp Hagemeister
2014-10-27[gorillavid] Fix test titlePhilipp Hagemeister
2014-10-27[pornhub] Modernize and fix test definitionPhilipp Hagemeister
2014-10-27[ruhd] SimplifyPhilipp Hagemeister
2014-10-27[syfy] Remove test checksumPhilipp Hagemeister
We have the minsize test now.