aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-07release 2014.01.07.22014.01.07.2Philipp Hagemeister
2014-01-07release 2014.01.07.12014.01.07.1Philipp Hagemeister
2014-01-07--list-formats: Only add "@" if vbr is givenPhilipp Hagemeister
2014-01-07[mpora] Add support (Fixes #2096)Philipp Hagemeister
2014-01-07[lynda] Fix download if subtitles were not requestedPhilipp Hagemeister
2014-01-07[lynda] Remove superfluous spacePhilipp Hagemeister
2014-01-07[lynda] Remove useless u""Philipp Hagemeister
2014-01-07[vimeo] Fix playlist URL matchingPhilipp Hagemeister
2014-01-07[xattr] Correct on WindowsPhilipp Hagemeister
2014-01-07[xattr] Always use UTF-8Philipp 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] ReworkPhilipp Hagemeister
In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized.
2014-01-07Move check_executable into a helper ufnctionPhilipp Hagemeister
2014-01-07[xattr] Always output a warning message on errorsPhilipp Hagemeister
2014-01-07[xattr] Write bytestrings, not charactersPhilipp Hagemeister
2014-01-07Split postprocessor package into multiple modulesPhilipp Hagemeister
2014-01-07[orf] Remove unused variable namePhilipp Hagemeister
2014-01-07Move postprocessor into its own packagePhilipp Hagemeister
2014-01-07[xattr] Coding stylePhilipp Hagemeister
2014-01-07Merge remote-tracking branch 'epitron/metadata-pp'Philipp Hagemeister
Conflicts: youtube_dl/PostProcessor.py
2014-01-07release 2014.01.072014.01.07Philipp Hagemeister
2014-01-07Use original Referer URL in Brightcove requests (Fixes #2110)Philipp Hagemeister
2014-01-07[brightcove] Use unicode_literalsPhilipp Hagemeister
2014-01-07[vimeo] Use _search_regexPhilipp Hagemeister
2014-01-06[vimeo] Use unicode_literalsPhilipp 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-06release 2014.01.06.12014.01.06.1Philipp Hagemeister
2014-01-06release 2014.01.062014.01.06Philipp Hagemeister
2014-01-06Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-01-06[vimeo] Add support for review pagesPhilipp Hagemeister
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
2014-01-06[orf] Use new extraction method (Fixes #2057)Philipp Hagemeister
2014-01-06[veehd] Send requests twice (Fixes #2102)Philipp Hagemeister
2014-01-06[generic] Use unicode_literals instead of duplicating the u'Philipp Hagemeister
2014-01-05Merge pull request #2104 from dstftw/lyndaPhilipp Hagemeister
[lynda] Add subtitles extraction
2014-01-06[youtube] Support jwplayer with YouTube URLs (Closes #2075)Philipp Hagemeister
2014-01-05[lynda] Add subtitles extractiondst
2014-01-05release 2014.01.05.62014.01.05.6Philipp Hagemeister
2014-01-05Restore binary files for backwards compatibilityPhilipp Hagemeister
Fixes 9656ee5d1dbff9fb4e0ce640961d2750a687e629 New year's resolution: Check which systems of Ubuntu / RHEL still serve the ancient versions. If it's only RHEL, consider removing these binary files in 2015 or so.
2014-01-05[bash-completion] Complete filename if `—load-info` is givenJaime Marquínez Ferrándiz
2014-01-05Fix list comprehension for decoding the URLs (fixes #2100)Jaime Marquínez Ferrándiz
It wasn’t a comprehension, it was just using the last url from the previous comprehension. That didn’t raise an error in python 2, but in python 3 the variable was not defined.
2014-01-05release 2014.01.05.52014.01.05.5Philipp Hagemeister
2014-01-05Remove unused importsPhilipp Hagemeister
2014-01-05[veoh] SimplifyPhilipp Hagemeister
2014-01-05[veoh] Add support for mobile URLsPhilipp Hagemeister
Fixes #2052
2014-01-05release 2014.01.05.42014.01.05.4Philipp Hagemeister
2014-01-05[generic] Support gorillavid.inPhilipp Hagemeister
Previously, we were a little bit over-eager and got a random swf file. Fixes #2084.
2014-01-05release 2014.01.05.32014.01.05.3Philipp Hagemeister
2014-01-05release 2014.01.05.02Philipp Hagemeister
2014-01-05Make sure URLs are always character strings (Fixes #2051)Philipp Hagemeister
2014-01-05More Atom feed improvements (#2081)Philipp Hagemeister
2014-01-05Improve Atom feed creation (Fixes #2081)Philipp Hagemeister