Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [generic] Fix regexes | Philipp Hagemeister | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | [metacritic] Use centralized sorting and unicode_literals | Philipp Hagemeister | 2014-01-07 | 1 | -11/+12 |
| | |||||
* | [pornhub] Use centralized sorting | Philipp Hagemeister | 2014-01-07 | 2 | -12/+27 |
| | |||||
* | [c56] Add suppot for multiple formats | Philipp Hagemeister | 2014-01-07 | 1 | -18/+22 |
| | |||||
* | [archiveorg] Use centralized sorting | Philipp Hagemeister | 2014-01-07 | 1 | -7/+5 |
| | |||||
* | release 2014.01.07.5 | Philipp Hagemeister | 2014-01-07 | 2 | -3/+5 |
| | |||||
* | Clarify --date* documentation (Fixes #2093) | Philipp Hagemeister | 2014-01-07 | 2 | -5/+12 |
| | |||||
* | More unicode literals | Philipp Hagemeister | 2014-01-07 | 8 | -121/+137 |
| | |||||
* | release 2014.01.07.4 | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | [vimeo] Add support for passwords for player. URLs | Philipp Hagemeister | 2014-01-07 | 1 | -2/+14 |
| | | | | Fixes #2053 | ||||
* | Correctly set IE_NAME field | Philipp Hagemeister | 2014-01-07 | 3 | -3/+3 |
| | |||||
* | switch more to unicode_literals | Philipp Hagemeister | 2014-01-07 | 2 | -20/+23 |
| | |||||
* | Remove unusued import | Philipp Hagemeister | 2014-01-07 | 1 | -1/+0 |
| | |||||
* | +unicode_literals | Philipp Hagemeister | 2014-01-07 | 2 | -47/+52 |
| | |||||
* | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | 2014-01-07 | 4 | -1/+93 |
| | |||||
* | release 2014.01.07.3 | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | [release] Check for useless files before release | Philipp Hagemeister | 2014-01-07 | 1 | -0/+2 |
| | |||||
* | release 2014.01.07.2 | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | release 2014.01.07.1 | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | --list-formats: Only add "@" if vbr is given | Philipp Hagemeister | 2014-01-07 | 1 | -1/+3 |
| | |||||
* | [mpora] Add support (Fixes #2096) | Philipp Hagemeister | 2014-01-07 | 3 | -0/+72 |
| | |||||
* | [lynda] Fix download if subtitles were not requested | Philipp Hagemeister | 2014-01-07 | 1 | -0/+3 |
| | |||||
* | [lynda] Remove superfluous space | Philipp Hagemeister | 2014-01-07 | 1 | -6/+6 |
| | |||||
* | [lynda] Remove useless u"" | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | [vimeo] Fix playlist URL matching | Philipp Hagemeister | 2014-01-07 | 2 | -1/+3 |
| | |||||
* | [xattr] Correct on Windows | Philipp Hagemeister | 2014-01-07 | 1 | -4/+3 |
| | |||||
* | [xattr] Always use UTF-8 | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | | | | | On Windows and other systems, other encodings would break when trying to encode non-ASCII characters. Simply use UTF-8, like every sane system. | ||||
* | [xattr] Rework | Philipp Hagemeister | 2014-01-07 | 1 | -40/+18 |
| | | | | In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized. | ||||
* | Move check_executable into a helper ufnction | Philipp Hagemeister | 2014-01-07 | 2 | -7/+12 |
| | |||||
* | [xattr] Always output a warning message on errors | Philipp Hagemeister | 2014-01-07 | 1 | -3/+10 |
| | |||||
* | [xattr] Write bytestrings, not characters | Philipp Hagemeister | 2014-01-07 | 1 | -2/+4 |
| | |||||
* | Split postprocessor package into multiple modules | Philipp Hagemeister | 2014-01-07 | 4 | -638/+669 |
| | |||||
* | [orf] Remove unused variable name | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Move postprocessor into its own package | Philipp Hagemeister | 2014-01-07 | 4 | -7/+9 |
| | |||||
* | [xattr] Coding style | Philipp Hagemeister | 2014-01-07 | 1 | -7/+8 |
| | |||||
* | Merge remote-tracking branch 'epitron/metadata-pp' | Philipp Hagemeister | 2014-01-07 | 4 | -2/+138 |
|\ | | | | | | | | | Conflicts: youtube_dl/PostProcessor.py | ||||
| * | Added '--xattrs' option which writes metadata to the file's extended ↵ | epitron | 2014-01-02 | 4 | -2/+139 |
| | | | | | | | | | | | | attributes using a youtube-dl postprocessor. Works on Linux, OSX, and Windows. | ||||
* | | release 2014.01.07 | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | | |||||
* | | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | 2014-01-07 | 3 | -6/+11 |
| | | |||||
* | | [brightcove] Use unicode_literals | Philipp Hagemeister | 2014-01-07 | 1 | -33/+34 |
| | | |||||
* | | [vimeo] Use _search_regex | Philipp Hagemeister | 2014-01-07 | 1 | -2/+2 |
| | | |||||
* | | [vimeo] Use unicode_literals | Philipp Hagemeister | 2014-01-06 | 1 | -57/+60 |
| | | |||||
* | | [vimeo] Proper warning when password is required (Fixes #2053) | Philipp Hagemeister | 2014-01-06 | 1 | -0/+4 |
| | | | | | | | | In player. URLs, the password warning is different. | ||||
* | | release 2014.01.06.1 | Philipp Hagemeister | 2014-01-06 | 1 | -1/+1 |
| | | |||||
* | | release 2014.01.06 | Philipp Hagemeister | 2014-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-01-06 | 1 | -4/+44 |
|\ \ | |||||
| * \ | Merge pull request #2104 from dstftw/lynda | Philipp Hagemeister | 2014-01-05 | 1 | -4/+44 |
| |\ \ | | | | | | | | | [lynda] Add subtitles extraction | ||||
| | * | | [lynda] Add subtitles extraction | dst | 2014-01-05 | 1 | -4/+44 |
| | | | | |||||
* | | | | [vimeo] Add support for review pages | Philipp Hagemeister | 2014-01-06 | 2 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | [orf] Use new extraction method (Fixes #2057) | Philipp Hagemeister | 2014-01-06 | 3 | -38/+88 |
| | | | |