summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | release 2013.09.24Philipp Hagemeister2013-09-241-1/+1
| | | | | |
* | | | | | [youtube] Update one of the test's descriptionJaime Marquínez Ferrándiz2013-09-241-1/+1
| | | | | |
* | | | | | [youtube] update algos for length 86 and 84 (fixes #1494)Jaime Marquínez Ferrándiz2013-09-242-6/+6
| | | | | |
* | | | | | [francetv] Add an extractor for Generation Quoi (closes #1475)Jaime Marquínez Ferrándiz2013-09-232-0/+29
| | | | | |
* | | | | | [francetv] Add an extractor for France2Jaime Marquínez Ferrándiz2013-09-232-0/+23
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-09-231-10/+36
|\ \ \ \ \ \
| * | | | | | If the file is already downloaded include the size in the progress hookJaime Marquínez Ferrándiz2013-09-221-0/+1
| | | | | | |
| * | | | | | Include the eta and the speed in the progress hooksJaime Marquínez Ferrándiz2013-09-221-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful when listening to the progress hook, for example in a GUI.
* | | | | | | [facebook] Allow untitled videos (Fixes #1484)Philipp Hagemeister2013-09-231-2/+2
|/ / / / / /
* / / / / / [youku] better error handlingtewe2013-09-211-0/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | blocked videos used to cause death by TypeError, now we report what the server says
* | | | | [livestream] Fix events extraction (fixes #1467)Jaime Marquínez Ferrándiz2013-09-212-3/+21
| | | | |
* | | | | [dailymotion] Add an extractor for users (closes #1476)Jaime Marquínez Ferrándiz2013-09-213-11/+55
| | | | |
* | | | | [dailymotion] Raise ExtractorError if the dailymotion response reports an errorJaime Marquínez Ferrándiz2013-09-211-0/+3
| | | | |
* | | | | Warn if no locale is set (#1474)Philipp Hagemeister2013-09-211-0/+11
| | | | |
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-09-211-4/+8
|\ \ \ \ \
| * | | | | [southparkstudios] add support for ↵Jaime Marquínez Ferrándiz2013-09-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | http://www.southparkstudios.com/full-episodes/* urls (closes #1469)
| * | | | | [southparkstudios] Fix mgid extractionJaime Marquínez Ferrándiz2013-09-211-2/+2
| | | | | |
* | | | | | Abort if extractaudio is given without a variable extension (#1470)Philipp Hagemeister2013-09-211-0/+4
|/ / / / /
* | | | | release 2013.09.20.1Philipp Hagemeister2013-09-201-1/+1
| | | | |
* | | | | Add an extractor for ebaumsworld.com (closes #1462)Jaime Marquínez Ferrándiz2013-09-202-0/+38
| | | | |
* | | | | [youtube] add algo for length 91Jaime Marquínez Ferrándiz2013-09-202-0/+5
| | | | |
* | | | | Catch socket.error before IOErrorJaime Marquínez Ferrándiz2013-09-201-2/+2
| | | | | | | | | | | | | | | | | | | | Since python 2.6 it's a child class.
* | | | | [funnyordie] Fix video url extractionJaime Marquínez Ferrándiz2013-09-201-1/+2
| | | | |
* | | | | release 2013.09.20Philipp Hagemeister2013-09-202-2/+3
| | | | |
* | | | | Merge pull request #1464 from patrickslin/patch-7Jaime Marquínez Ferrándiz2013-09-202-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Unable to decrypt signature length 93 (fixes #1461)
| * | | | | Unable to decrypt signature length 93 (fixes #1461)patrickslin2013-09-191-1/+3
|/ / / / /
* | | | | [fktv] support videos splitted in any number of parts and some style changesJaime Marquínez Ferrándiz2013-09-181-18/+39
| | | | |
* | | | | Merge pull request #1438 from rzhxeo/fktvJaime Marquínez Ferrándiz2013-09-182-0/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add support for http://fernsehkritik.tv
| * | | | | Add FKTV extractorrzhxeo2013-09-161-0/+4
| | | | | |
| * | | | | Add FKTV extractorrzhxeo2013-09-161-0/+58
| |/ / / / | | | | | | | | | | Support for Fernsehkritik-TV (incl. Postecke)
* | | | | [youtube] apply the fix for lists with number of videos multiple of ↵Jaime Marquínez Ferrándiz2013-09-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _MAX_RESULTS to user extraction Copied from the playlist extractor.
* | | | | Credit @Ruirize for newgroundsPhilipp Hagemeister2013-09-181-0/+1
| | | | |
* | | | | [newgrounds] simplifyPhilipp Hagemeister2013-09-181-7/+8
| | | | |
* | | | | Changed file hash.Ruirize2013-09-181-1/+1
| | | | |
* | | | | Fixes test failRuirize2013-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | Was unaware of --id being passed to test.
* | | | | Added Newgrounds supportRuirize2013-09-182-0/+38
| | | | |
* | | | | Clarify -i help (#1453)Philipp Hagemeister2013-09-181-1/+1
| | | | |
* | | | | XHamsterIE: Fix support for new HD video url format and add test (closes PR ↵rzhxeo2013-09-171-4/+15
| | | | | | | | | | | | | | | | | | | | #1443)
* | | | | [francetv] Remove Pluzz testJaime Marquínez Ferrándiz2013-09-171-11/+1
| |_|/ / |/| | | | | | | | | | | Videos expire in 7 days
* | | | [hotnewhiphop] Fix test case titleJaime Marquínez Ferrándiz2013-09-171-2/+2
| | | |
* | | | [youtube] Don't search the flash player version for videos with age gate ↵Jaime Marquínez Ferrándiz2013-09-171-4/+1
| |/ / |/| | | | | | | | activated
* | | release 2013.09.17Philipp Hagemeister2013-09-171-1/+1
| | |
* | | Update 85 signature (Fixes #1449)Philipp Hagemeister2013-09-172-3/+3
| | | | | | | | | | | | This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master.
* | | Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz2013-09-163-0/+43
| | |
* | | [ooyala] prefer ipad urlJaime Marquínez Ferrándiz2013-09-161-1/+1
| | | | | | | | | | | | It has better quality with m3u8 manifests
* | | Add an extractor for Bloomberg (closes #1436)Jaime Marquínez Ferrándiz2013-09-162-0/+28
| | |
* | | [ooyala] add support for more type of video urls, like m3u8 manifests.Jaime Marquínez Ferrándiz2013-09-161-1/+3
| | |
* | | Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-163-15/+23
| | |
* | | release 2013.09.16Philipp Hagemeister2013-09-161-1/+1
| | |
* | | [devscripts/release] temporary workaroundsPhilipp Hagemeister2013-09-161-2/+2
| | |