Commit Graph

3637 Commits (c3309a7774479be04849f103ed330d2d348a4992)
 

Author SHA1 Message Date
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
Philipp Hagemeister bb3c20965e Merge pull request from dstftw/novamov
[novamov] Add embedded player support
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
Philipp Hagemeister 9c63128668 [metacritic] Use centralized sorting and unicode_literals
Philipp Hagemeister 9933b57430 [pornhub] Use centralized sorting
Philipp Hagemeister 84c92dc00f [c56] Add suppot for multiple formats
Philipp Hagemeister 42154ad5bc [archiveorg] Use centralized sorting
Philipp Hagemeister 96f1b0741c release 2014.01.07.5
Philipp Hagemeister bac268e243 Clarify --date* documentation (Fixes )
Philipp Hagemeister 3798eadccd More unicode literals
Philipp Hagemeister 2537186d43 release 2014.01.07.4
Philipp Hagemeister 0eecc6a417 [vimeo] Add support for passwords for player. URLs
Fixes 
Philipp Hagemeister 0dc13f4c4a Correctly set IE_NAME field
Philipp Hagemeister f577e0ce15 switch more to unicode_literals
Philipp Hagemeister bd1b906527 Remove unusued import
Philipp Hagemeister ecfef3e5bf +unicode_literals
Philipp Hagemeister 3d3538e422 [khanacademy] Add support (Fixes )
Philipp Hagemeister 0cdad20c75 release 2014.01.07.3
Philipp Hagemeister 50144133c5 [release] Check for useless files before release
Philipp Hagemeister 089cb705e8 release 2014.01.07.2
Philipp Hagemeister 525e1076ad release 2014.01.07.1
Philipp Hagemeister 282962bd36 --list-formats: Only add "@" if vbr is given
Philipp Hagemeister c93c2ab1c3 [mpora] Add support (Fixes )
Philipp Hagemeister 7b09a4d847 [lynda] Fix download if subtitles were not requested
Philipp Hagemeister 73a25b30ea [lynda] Remove superfluous space
Philipp Hagemeister ac260dd81e [lynda] Remove useless u""
Philipp Hagemeister 48a2034671 [vimeo] Fix playlist URL matching
Philipp Hagemeister a9ce0c631e [xattr] Correct on Windows
Philipp Hagemeister afc7bc33cb [xattr] Always use UTF-8
On Windows and other systems, other encodings would break when trying to encode non-ASCII characters.
Simply use UTF-8, like every sane system.
Philipp Hagemeister 168da92b9a [xattr] Rework
In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized.
Philipp Hagemeister d70ad093af Move check_executable into a helper ufnction
Philipp Hagemeister 2a2e2770cc [xattr] Always output a warning message on errors
Philipp Hagemeister 42cc71e80b [xattr] Write bytestrings, not characters
Philipp Hagemeister 496c19234c Split postprocessor package into multiple modules
Philipp Hagemeister 4f81667d76 [orf] Remove unused variable name
Philipp Hagemeister 56327689a2 Move postprocessor into its own package