summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Remove youtube_genalgo (#1515)Philipp Hagemeister2013-09-271-116/+0
|/ / | | | | | | With the automatic signature extraction, this script has become superfluous now
* | Merge remote-tracking branch 'rzhxeo/RTL_T'Philipp Hagemeister2013-09-271-1/+1
|\ \
| * | [RTLnowIE] Clean video titlerzhxeo2013-09-271-1/+1
| |/ | | | | | | The title of some videos has the following format: Series - Episode | Series online schauen bei ... NOW
* | Merge remote-tracking branch 'rzhxeo/RTL'Philipp Hagemeister2013-09-271-2/+15
|\ \
| * | [RTLnowIE] Add support for http://rtlnitronow.derzhxeo2013-09-271-2/+15
| |/
* | [youtube] Fix 83 signature (Closes #1511)Philipp Hagemeister2013-09-271-1/+2
| |
* | [brightcove] Use direct url for the testsJaime Marquínez Ferrándiz2013-09-261-2/+4
| | | | | | | | The test_all_urls.py test failed because BrightcoveIE doesn't match them.
* | [brightcove] Support videos that only provide flv versions (fixes #1504)Jaime Marquínez Ferrándiz2013-09-262-24/+49
| | | | | | | | Moved the test from generic.py to brightcove.py
* | release 2013.09.24.2Philipp Hagemeister2013-09-241-1/+1
| |
* | Remove debugging codePhilipp Hagemeister2013-09-241-1/+1
| |
* | release 2013.09.24.1Philipp Hagemeister2013-09-242-1/+5
| |
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-09-241-2/+2
|\ \
| * | Revert "[southparkstudios] Fix mgid extraction"Jaime Marquínez Ferrándiz2013-09-241-2/+2
| | | | | | | | | | | | | | | | | | This reverts commit 0fd49457f5257dbe317c69314ee57a6c485d41a3. It seems that the redesign was temporary.
* | | Merge branch 'automatic-signatures'Philipp Hagemeister2013-09-246-25/+791
|\ \ \ | |/ / |/| |
| * | Add option --no-cache-dirPhilipp Hagemeister2013-09-241-3/+8
| | |
| * | Fix 86 signature (#1494)Philipp Hagemeister2013-09-241-1/+1
| | |
| * | Fix output of --youtube-print-sig-code when counting down to 0Philipp Hagemeister2013-09-241-2/+2
| | |
| * | Allow opts.cachedir == None to disable cachePhilipp Hagemeister2013-09-243-3/+3
| | |
| * | Correct test stringsPhilipp Hagemeister2013-09-221-2/+4
| | |
| * | Do not warn if fallback is without alternatives (because we did not get the ↵Philipp Hagemeister2013-09-221-2/+2
| | | | | | | | | | | | flash player URL)
| * | [youtube] Improve flash player URL handlingPhilipp Hagemeister2013-09-221-4/+6
| | |
| * | Work around nosetests nosinessPhilipp Hagemeister2013-09-221-2/+2
| | |
| * | [youtube] Remove _decrypt_signature_age_gatePhilipp Hagemeister2013-09-221-9/+0
| | |
| * | Move cachedir docPhilipp Hagemeister2013-09-222-2/+2
| | |
| * | [youtube] Actually pass in cachedir optionPhilipp Hagemeister2013-09-222-4/+6
| | |
| * | [youtube] Improve source code qualityPhilipp Hagemeister2013-09-221-51/+53
| | |
| * | Update static signaturesPhilipp Hagemeister2013-09-221-1/+5
| | |
| * | [youtube] Improve cache and add an option to print the extracted signaturesPhilipp Hagemeister2013-09-223-12/+65
| | |
| * | [youtube] Add filesystem signature cachePhilipp Hagemeister2013-09-222-7/+30
| | |
| * | Clarify a couple of callsPhilipp Hagemeister2013-09-211-3/+4
| | |
| * | Use reader instead of indexingPhilipp Hagemeister2013-09-211-140/+122
| | |
| * | Prepare signature function cachingPhilipp Hagemeister2013-09-211-22/+35
| | |
| * | Change test target (Verified with node.js)Philipp Hagemeister2013-09-212-2/+1
| | |
| * | Implement more opcodesPhilipp Hagemeister2013-09-211-7/+38
| | |
| * | Restore accidentally deleted commitsPhilipp Hagemeister2013-09-214-17/+673
| | | | | | | | | | | | That's what happens if you let Windows machines write :(
* | | 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
|\ \