Commit Graph

1459 Commits (592882aa9f889432b07ad487f1a4228c9ae12818)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 592882aa9f [brightcove] Support videos that only provide flv versions (fixes )
Moved the test from generic.py to brightcove.py
Philipp Hagemeister b98d6a1e19 release 2013.09.24.2
Philipp Hagemeister 29c7a63df8 Remove debugging code
Philipp Hagemeister 8b25323ae2 release 2013.09.24.1
Philipp Hagemeister f426de8460 Merge remote-tracking branch 'origin/master'
Philipp Hagemeister 695dc094ab Merge branch 'automatic-signatures'
Jaime Marquínez Ferrándiz e80d861064 Revert "[southparkstudios] Fix mgid extraction"
This reverts commit 0fd49457f5.

It seems that the redesign was temporary.
Philipp Hagemeister 2cdeb20135 release 2013.09.24
Philipp Hagemeister 7f74773254 Add option --no-cache-dir
Philipp Hagemeister f2c327fd39 Fix 86 signature ()
Philipp Hagemeister e35e4ddc9a Fix output of --youtube-print-sig-code when counting down to 0
Philipp Hagemeister c3c88a2664 Allow opts.cachedir == None to disable cache
Jaime Marquínez Ferrándiz bb0eee71e7 [youtube] Update one of the test's description
Jaime Marquínez Ferrándiz 6f56389b88 [youtube] update algos for length 86 and 84 (fixes )
Jaime Marquínez Ferrándiz 5b333c1ce6 [francetv] Add an extractor for Generation Quoi (closes )
Jaime Marquínez Ferrándiz a825f33030 [francetv] Add an extractor for France2
Philipp Hagemeister 92f618f2e2 Merge remote-tracking branch 'origin/master'
Philipp Hagemeister 81ec7c7901 [facebook] Allow untitled videos (Fixes )
Jaime Marquínez Ferrándiz dd5d2eb03c If the file is already downloaded include the size in the progress hook
Jaime Marquínez Ferrándiz 4ae720042c Include the eta and the speed in the progress hooks
Useful when listening to the progress hook, for example in a GUI.
Philipp Hagemeister c705320f48 Correct test strings
Philipp Hagemeister d2d8f89531 Do not warn if fallback is without alternatives (because we did not get the flash player URL)
Philipp Hagemeister bdde940e90 [youtube] Improve flash player URL handling
Philipp Hagemeister 13dc64ce74 [youtube] Remove _decrypt_signature_age_gate
Philipp Hagemeister c35f9e72ce Move cachedir doc
Philipp Hagemeister f8061589e6 [youtube] Actually pass in cachedir option
Philipp Hagemeister 0ca96d48c7 [youtube] Improve source code quality
Philipp Hagemeister 4ba146f35d Update static signatures
Philipp Hagemeister edf3e38ebd [youtube] Improve cache and add an option to print the extracted signatures
Philipp Hagemeister c4417ddb61 [youtube] Add filesystem signature cache
tewe 4a2080e407 [youku] better error handling
blocked videos used to cause death by TypeError, now we report what the
server says
Philipp Hagemeister 2f2ffea9ca Clarify a couple of calls
Philipp Hagemeister ba552f542f Use reader instead of indexing
Philipp Hagemeister 8379969834 Prepare signature function caching
Philipp Hagemeister 95dbd2f990 Change test target (Verified with node.js)
Philipp Hagemeister a7177865b1 Implement more opcodes
Philipp Hagemeister e0df6211cc Restore accidentally deleted commits
That's what happens if you let Windows machines write :(
Jaime Marquínez Ferrándiz b00ca882a4 [livestream] Fix events extraction (fixes )
Jaime Marquínez Ferrándiz 39baacc49f [dailymotion] Add an extractor for users (closes )
Jaime Marquínez Ferrándiz 3a1d48d6de [dailymotion] Raise ExtractorError if the dailymotion response reports an error
Philipp Hagemeister 34308b30d6 Warn if no locale is set ()
Philipp Hagemeister bc1506f8c0 Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister b61067fa4f Abort if extractaudio is given without a variable extension ()
Jaime Marquínez Ferrándiz 69b227a9bc [southparkstudios] add support for http://www.southparkstudios.com/full-episodes/* urls (closes )
Jaime Marquínez Ferrándiz 0fd49457f5 [southparkstudios] Fix mgid extraction
Philipp Hagemeister 58f289d013 release 2013.09.20.1
Jaime Marquínez Ferrándiz 3d60bb96e1 Add an extractor for ebaumsworld.com (closes )
Jaime Marquínez Ferrándiz 38d025b3f0 [youtube] add algo for length 91
Jaime Marquínez Ferrándiz c40c6aaaaa Catch socket.error before IOError
Since python 2.6 it's a child class.
Jaime Marquínez Ferrándiz 1a810f0d4e [funnyordie] Fix video url extraction