aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-01-07Clarify --date* documentation (Fixes #2093)Philipp Hagemeister
2014-01-07More unicode literalsPhilipp Hagemeister
2014-01-07release 2014.01.07.42014.01.07.4Philipp Hagemeister
2014-01-07[vimeo] Add support for passwords for player. URLsPhilipp Hagemeister
Fixes #2053
2014-01-07Correctly set IE_NAME fieldPhilipp Hagemeister
2014-01-07switch more to unicode_literalsPhilipp Hagemeister
2014-01-07Remove unusued importPhilipp Hagemeister
2014-01-07+unicode_literalsPhilipp Hagemeister
2014-01-07[khanacademy] Add support (Fixes #2066)Philipp Hagemeister
2014-01-07release 2014.01.07.32014.01.07.3Philipp Hagemeister
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-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