aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-01-17[mpora] Fix uploader name extractionPhilipp Hagemeister
2014-01-17[ted] Updated checksumsPhilipp Hagemeister
2014-01-17[ted] Use unicode_literalsPhilipp Hagemeister
2014-01-17[condenast] Allow multiple formats, and sort centralizedPhilipp Hagemeister
2014-01-17[condenast] Use unicode_literalsPhilipp Hagemeister
2014-01-17[soundcloud] Use unicode_literals and centralized sortingPhilipp Hagemeister
2014-01-17[spankwire] Use centralized format sorting and unicode_literalsPhilipp Hagemeister
2014-01-17[teamcoco] Use centralized sortingPhilipp Hagemeister
2014-01-17[teamcoco] Use unicode_literalsPhilipp Hagemeister
2014-01-17[gamespot] Use unicode_literalsPhilipp Hagemeister
2014-01-17[franceinter] Remove superfluous whitespacePhilipp Hagemeister
2014-01-17[franceinter] Minor improvements (#2152)Philipp Hagemeister
2014-01-17[flickr] Use unicode literalsPhilipp Hagemeister
2014-01-17Merge remote-tracking branch 'sahutd/master'Philipp Hagemeister
2014-01-17[everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister
2014-01-17[generic] Do not fetch XML URLs (Fixes #2162)Philipp Hagemeister
2014-01-16[redtube] Make ‘http:’ not optional (closes #2160)Jaime Marquínez Ferrándiz
If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url. Instead, we let the generic extractor add the protocol.
2014-01-15Made modification as suggested on https://github.com/rg3/youtube-dl/pull/2151sahutd
2014-01-15franceinter [Issue #2105] Saimadhav Heblikar
Added franceinterIE import to reflect addition of FranceInter support. Issue #2105
2014-01-15Added franceinter [Issue #2105]Saimadhav Heblikar
2014-01-14Add a couple of missing http:// in test URLsFilippo Valsorda
2014-01-12[nowvideo] Add support for .sx version (Fixes #2127)Philipp Hagemeister
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