Commit Graph

2419 Commits (dd2535c38af39481ecb7220c237c7647c9c8faae)

Author SHA1 Message Date
Philipp Hagemeister dd2535c38a [mixcloud] Fix URL extraction
Philipp Hagemeister b78d180170 [mpora] Fix uploader name extraction
Philipp Hagemeister 26dca1661e [ted] Updated checksums
Philipp Hagemeister f853f8594d [ted] Use unicode_literals
Philipp Hagemeister d0da491e1e [condenast] Allow multiple formats, and sort centralized
Philipp Hagemeister 6e249060cf [condenast] Use unicode_literals
Philipp Hagemeister fbcd7b5f83 [soundcloud] Use unicode_literals and centralized sorting
Philipp Hagemeister 9ac0a67581 [spankwire] Use centralized format sorting and unicode_literals
Philipp Hagemeister befdc8f3b6 [teamcoco] Use centralized sorting
Philipp Hagemeister bb198c95e2 [teamcoco] Use unicode_literals
Philipp Hagemeister c1195541b7 [gamespot] Use unicode_literals
Philipp Hagemeister 26844eb57b [franceinter] Remove superfluous whitespace
Philipp Hagemeister a7732b672e Credit @sahutd for franceinter ()
Philipp Hagemeister 677b3ce82f [franceinter] Minor improvements ()
Philipp Hagemeister fabfe17d5e [flickr] Use unicode literals
Philipp Hagemeister 82696d5d5d Merge remote-tracking branch 'sahutd/master'
Philipp Hagemeister 9eea4fb835 release 2013.01.17.1
Philipp Hagemeister 484aaeb204 [everyonesmixtape] Add support (Fixes )
Philipp Hagemeister 8e589a8a47 release 2013.01.17
Philipp Hagemeister 2f21eb2db6 [generic] Do not fetch XML URLs (Fixes )
Jaime Marquínez Ferrándiz c11529618a [redtube] Make ‘http:’ not optional (closes )
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.
sahutd c8650f7ecd Made modification as suggested on https://github.com/rg3/youtube-dl/pull/2151
Saimadhav Heblikar 14e7543a5a franceinter [Issue ]
Added franceinterIE import to reflect addition of FranceInter support. Issue 
Saimadhav Heblikar bf6705f584 Added franceinter [Issue ]
Filippo Valsorda a9f53ce7ea Add a couple of missing http:// in test URLs
Philipp Hagemeister 4950f30890 Fix --list-formats description (Closes )
Philipp Hagemeister 17093b83ca Allow ~ in --download-archive (Fixes )
Philipp Hagemeister 5d8683a5cd [nowvideo] Add support for .sx version (Fixes )
Philipp Hagemeister cede88e5bb Merge pull request from dstftw/master
Tidy help text
dst 67d28bff12 Tidy help text
dst 7ee40b5d1c [lynda] Add support for member accounts and paid videos (Closes )
Jaime Marquínez Ferrándiz db22af36ec [brightcove] The ‘id’ attribute is not always present in the object tag (fixes )
It looks like the ‘flashId’ parameter is not needed.
Philipp Hagemeister f8b5ab8cfa [bandcamp] Make thumbnail and uploader optional
Fixes 
Jaime Marquínez Ferrándiz 298f16f954 [bandcamp] Fix variable name
Philipp Hagemeister ce6b9a2dba [youtube] Add a pseudo format for rtmp videos ()
Philipp Hagemeister c3197e3e5c [youtube] Correct subtitle URL (Fixes )
Philipp Hagemeister d420d8dd1b release 2014.01.08
Philipp Hagemeister 3fabeaa1f4 [vimeo] Support protocol-relative URLs
Philipp Hagemeister 35aa7098cd Merge remote-tracking branch 'origin/prefer-ffmpeg'
Jaime Marquínez Ferrándiz 9d6192a5b8 [bloomberg] Fix ooyala url extraction
Jaime Marquínez Ferrándiz 76b1bd672d Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options ()
Affects the ffmpeg post processors, if ‘--prefer-ffmpeg’ is given and both avconv and ffmpeg are installed, it will use ffmpeg. Otherwise it will follow the old behaviour.
Jaime Marquínez Ferrándiz 469ec9416a [francetv] Add extractor for Culturebox (closes )
Jaime Marquínez Ferrándiz 70af3439e9 [hls] Fix the program name when reporting the file size
dst 5f59ee7942 [novamov] Remove superfluous tabs
dst 8f89e68781 [novamov] Add embedded player support
Philipp Hagemeister 10bff13a66 [novamov] Simplify
Philipp Hagemeister 166ff8a3c7 Merge remote-tracking branch 'dstftw/novamov'
Philipp Hagemeister b4622a328b Use double quotes in error message ()
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.
dst cc253000e4 [novamov] Add support for novamov.com (Fixes )
Philipp Hagemeister 42e4fcf23a [generic] Fix regexes