aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-01-05atom feed generator: Make IDs proper URLs (#2081)Philipp Hagemeister
2014-01-05release 2014.01.05.12014.01.05.1Philipp Hagemeister
2014-01-05Fix make_readme on Python 2Philipp Hagemeister
2014-01-05[setup.py] Do not use unicode literalsPhilipp Hagemeister
See http://bugs.python.org/issue13943 for context
2014-01-05Make make_readme run in a locale-less environmentPhilipp Hagemeister
Mentioned in #267
2014-01-05Document --socket-timeoutPhilipp Hagemeister
2014-01-05release 2014.01.052014.01.05Philipp Hagemeister
2014-01-05[cspan] Use HTTP download (Fixes #2098)Philipp Hagemeister
2014-01-05Merge remote-tracking branch 'rzhxeo/blip'Philipp Hagemeister
Conflicts: youtube_dl/extractor/bliptv.py
2014-01-05Ignore more downloaded filesPhilipp Hagemeister
2014-01-05Set required properties for format mergingPhilipp Hagemeister
2014-01-05[bliptv] Use centralized format sortingPhilipp Hagemeister
This also makes youtube-dl use the better "Source" format by default.
2014-01-05[bliptv] SimplifyPhilipp Hagemeister
2014-01-05Merge remote-tracking branch 'rzhxeo/blip2'Philipp Hagemeister
2014-01-05[pornhd] Add support for ISO-3166 subpages (Fixes #2088)Philipp Hagemeister
2014-01-05Fix/work around Windows encoding issues (Fixes #2095)Philipp Hagemeister
2014-01-05[collegehumor] Use character strings by defaultPhilipp Hagemeister
2014-01-05[collegehumor] Add support for age_limitPhilipp Hagemeister
2014-01-05[collegehumor] Support multiple formats (Fixes #2092)Philipp Hagemeister
Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL.
2014-01-05Merge remote-tracking branch 'jaimeMF/merge-formats'Philipp Hagemeister
2014-01-05fix typoPhilipp Hagemeister
2014-01-05Prepare widespread unicode literal usePhilipp Hagemeister
2014-01-04Allow merging formats (closes #1612)Jaime Marquínez Ferrándiz
Multiple formats can be requested using `-f 137+139`, each one is downloaded and then the two are merged with ffmpeg.
2014-01-03[lynda] minor changesPhilipp Hagemeister
2014-01-03Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-01-03[macgamestore] Minor fixes (#2044)Philipp Hagemeister