Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-08 | [hls] Fix the program name when reporting the file size | Jaime Marquínez Ferrándiz | |
2014-01-08 | [novamov] Remove superfluous tabs | dst | |
2014-01-08 | [novamov] Add embedded player support | dst | |
2014-01-08 | [novamov] Simplify | Philipp Hagemeister | |
2014-01-08 | Merge remote-tracking branch 'dstftw/novamov' | Philipp Hagemeister | |
2014-01-08 | Use 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 regexes | Philipp Hagemeister | |
2014-01-07 | [metacritic] Use centralized sorting and unicode_literals | Philipp Hagemeister | |
2014-01-07 | [pornhub] Use centralized sorting | Philipp Hagemeister | |
2014-01-07 | [c56] Add suppot for multiple formats | Philipp Hagemeister | |
2014-01-07 | [archiveorg] Use centralized sorting | Philipp Hagemeister | |
2014-01-07 | release 2014.01.07.52014.01.07.5 | Philipp Hagemeister | |
2014-01-07 | Clarify --date* documentation (Fixes #2093) | Philipp Hagemeister | |
2014-01-07 | More unicode literals | Philipp Hagemeister | |
2014-01-07 | release 2014.01.07.42014.01.07.4 | Philipp Hagemeister | |
2014-01-07 | [vimeo] Add support for passwords for player. URLs | Philipp Hagemeister | |
Fixes #2053 | |||
2014-01-07 | Correctly set IE_NAME field | Philipp Hagemeister | |
2014-01-07 | switch more to unicode_literals | Philipp Hagemeister | |
2014-01-07 | Remove unusued import | Philipp Hagemeister | |
2014-01-07 | +unicode_literals | Philipp Hagemeister | |
2014-01-07 | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | |
2014-01-07 | release 2014.01.07.32014.01.07.3 | Philipp Hagemeister | |
2014-01-07 | release 2014.01.07.22014.01.07.2 | Philipp Hagemeister | |
2014-01-07 | release 2014.01.07.12014.01.07.1 | Philipp Hagemeister | |
2014-01-07 | --list-formats: Only add "@" if vbr is given | Philipp Hagemeister | |
2014-01-07 | [mpora] Add support (Fixes #2096) | Philipp Hagemeister | |
2014-01-07 | [lynda] Fix download if subtitles were not requested | Philipp Hagemeister | |
2014-01-07 | [lynda] Remove superfluous space | Philipp Hagemeister | |
2014-01-07 | [lynda] Remove useless u"" | Philipp Hagemeister | |
2014-01-07 | [vimeo] Fix playlist URL matching | Philipp Hagemeister | |
2014-01-07 | [xattr] Correct on Windows | Philipp Hagemeister | |
2014-01-07 | [xattr] Always use UTF-8 | Philipp Hagemeister | |
On Windows and other systems, other encodings would break when trying to encode non-ASCII characters. Simply use UTF-8, like every sane system. | |||
2014-01-07 | [xattr] Rework | Philipp Hagemeister | |
In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized. | |||
2014-01-07 | Move check_executable into a helper ufnction | Philipp Hagemeister | |
2014-01-07 | [xattr] Always output a warning message on errors | Philipp Hagemeister | |
2014-01-07 | [xattr] Write bytestrings, not characters | Philipp Hagemeister | |
2014-01-07 | Split postprocessor package into multiple modules | Philipp Hagemeister | |
2014-01-07 | [orf] Remove unused variable name | Philipp Hagemeister | |
2014-01-07 | Move postprocessor into its own package | Philipp Hagemeister | |
2014-01-07 | [xattr] Coding style | Philipp Hagemeister | |
2014-01-07 | Merge remote-tracking branch 'epitron/metadata-pp' | Philipp Hagemeister | |
Conflicts: youtube_dl/PostProcessor.py | |||
2014-01-07 | release 2014.01.072014.01.07 | Philipp Hagemeister | |
2014-01-07 | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | |
2014-01-07 | [brightcove] Use unicode_literals | Philipp Hagemeister | |
2014-01-07 | [vimeo] Use _search_regex | Philipp Hagemeister | |
2014-01-06 | [vimeo] Use unicode_literals | Philipp 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-06 | release 2014.01.06.12014.01.06.1 | Philipp Hagemeister | |
2014-01-06 | release 2014.01.062014.01.06 | Philipp Hagemeister | |