aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-01-12[lynda] Add support for member accounts and paid videos (Closes #2125)dst
2014-01-10[brightcove] The ‘id’ attribute is not always present in the object tag ↵Jaime Marquínez Ferrándiz
(fixes #2132) It looks like the ‘flashId’ parameter is not needed.
2014-01-09[bandcamp] Make thumbnail and uploader optionalPhilipp Hagemeister
Fixes #2129
2014-01-09[bandcamp] Fix variable nameJaime Marquínez Ferrándiz
2014-01-09[youtube] Add a pseudo format for rtmp videos (#2123)Philipp Hagemeister
2014-01-09[youtube] Correct subtitle URL (Fixes #2120)Philipp Hagemeister
2014-01-08[vimeo] Support protocol-relative URLsPhilipp Hagemeister
2014-01-08[bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz
2014-01-08[francetv] Add extractor for Culturebox (closes #2117)Jaime Marquínez Ferrándiz
2014-01-08[novamov] Remove superfluous tabsdst
2014-01-08[novamov] Add embedded player supportdst
2014-01-08[novamov] SimplifyPhilipp Hagemeister
2014-01-08Merge remote-tracking branch 'dstftw/novamov'Philipp Hagemeister
2014-01-08Use double quotes in error message (#2112)Philipp Hagemeister
On Windows, double quotes are required, because single quotes get served to youtube-dl. (Yes, cmd.exe is crazy like that). On other system, both double and single quotes are fine, unless the string contains a dollar sign (then you need single quotes). Since virtually no URLs contain dollar signs, double quotes should do.
2014-01-07[novamov] Add support for novamov.com (Fixes #2035)dst
2014-01-07[generic] Fix regexesPhilipp Hagemeister
2014-01-07[metacritic] Use centralized sorting and unicode_literalsPhilipp Hagemeister
2014-01-07[pornhub] Use centralized sortingPhilipp Hagemeister
2014-01-07[c56] Add suppot for multiple formatsPhilipp Hagemeister
2014-01-07[archiveorg] Use centralized sortingPhilipp Hagemeister
2014-01-07More unicode literalsPhilipp Hagemeister
2014-01-07[vimeo] Add support for passwords for player. URLsPhilipp Hagemeister
Fixes #2053
2014-01-07Correctly set IE_NAME fieldPhilipp Hagemeister
2014-01-07switch more to unicode_literalsPhilipp Hagemeister
2014-01-07+unicode_literalsPhilipp Hagemeister
2014-01-07[khanacademy] Add support (Fixes #2066)Philipp Hagemeister
2014-01-07[mpora] Add support (Fixes #2096)Philipp Hagemeister
2014-01-07[lynda] Fix download if subtitles were not requestedPhilipp Hagemeister
2014-01-07[lynda] Remove superfluous spacePhilipp Hagemeister
2014-01-07[lynda] Remove useless u""Philipp Hagemeister
2014-01-07[vimeo] Fix playlist URL matchingPhilipp Hagemeister
2014-01-07[orf] Remove unused variable namePhilipp Hagemeister
2014-01-07Use original Referer URL in Brightcove requests (Fixes #2110)Philipp Hagemeister
2014-01-07[brightcove] Use unicode_literalsPhilipp Hagemeister
2014-01-07[vimeo] Use _search_regexPhilipp Hagemeister
2014-01-06[vimeo] Use unicode_literalsPhilipp Hagemeister
2014-01-06[vimeo] Proper warning when password is required (Fixes #2053)Philipp Hagemeister
In player. URLs, the password warning is different.
2014-01-06Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-01-06[vimeo] Add support for review pagesPhilipp Hagemeister
Since the regexp is already overboarding and review pages have a distinct URL format (with non-trivial stuff after the ID), use a dedicated IE. Fixes #2106
2014-01-06[orf] Use new extraction method (Fixes #2057)Philipp Hagemeister
2014-01-06[veehd] Send requests twice (Fixes #2102)Philipp Hagemeister
2014-01-06[generic] Use unicode_literals instead of duplicating the u'Philipp Hagemeister
2014-01-05Merge pull request #2104 from dstftw/lyndaPhilipp Hagemeister
[lynda] Add subtitles extraction
2014-01-06[youtube] Support jwplayer with YouTube URLs (Closes #2075)Philipp Hagemeister
2014-01-05[lynda] Add subtitles extractiondst
2014-01-05Remove unused importsPhilipp Hagemeister
2014-01-05[veoh] SimplifyPhilipp Hagemeister
2014-01-05[veoh] Add support for mobile URLsPhilipp Hagemeister
Fixes #2052
2014-01-05[generic] Support gorillavid.inPhilipp Hagemeister
Previously, we were a little bit over-eager and got a random swf file. Fixes #2084.
2014-01-05[cspan] Use HTTP download (Fixes #2098)Philipp Hagemeister