aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-09-26[brightcove] Support videos that only provide flv versions (fixes #1504)Jaime Marquínez Ferrándiz
Moved the test from generic.py to brightcove.py
2013-09-24Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-09-24Merge branch 'automatic-signatures'Philipp Hagemeister
2013-09-24Revert "[southparkstudios] Fix mgid extraction"Jaime Marquínez Ferrándiz
This reverts commit 0fd49457f5257dbe317c69314ee57a6c485d41a3. It seems that the redesign was temporary.
2013-09-24Fix 86 signature (#1494)Philipp Hagemeister
2013-09-24Fix output of --youtube-print-sig-code when counting down to 0Philipp Hagemeister
2013-09-24Allow opts.cachedir == None to disable cachePhilipp Hagemeister
2013-09-24[youtube] Update one of the test's descriptionJaime Marquínez Ferrándiz
2013-09-24[youtube] update algos for length 86 and 84 (fixes #1494)Jaime Marquínez Ferrándiz
2013-09-23[francetv] Add an extractor for Generation Quoi (closes #1475)Jaime Marquínez Ferrándiz
2013-09-23[francetv] Add an extractor for France2Jaime Marquínez Ferrándiz
2013-09-23[facebook] Allow untitled videos (Fixes #1484)Philipp Hagemeister
2013-09-22Correct test stringsPhilipp Hagemeister
2013-09-22Do not warn if fallback is without alternatives (because we did not get the ↵Philipp Hagemeister
flash player URL)
2013-09-22[youtube] Improve flash player URL handlingPhilipp Hagemeister
2013-09-22[youtube] Remove _decrypt_signature_age_gatePhilipp Hagemeister
2013-09-22[youtube] Actually pass in cachedir optionPhilipp Hagemeister
2013-09-22[youtube] Improve source code qualityPhilipp Hagemeister
2013-09-22Update static signaturesPhilipp Hagemeister
2013-09-22[youtube] Improve cache and add an option to print the extracted signaturesPhilipp Hagemeister
2013-09-22[youtube] Add filesystem signature cachePhilipp Hagemeister
2013-09-21[youku] better error handlingtewe
blocked videos used to cause death by TypeError, now we report what the server says
2013-09-21Clarify a couple of callsPhilipp Hagemeister
2013-09-21Use reader instead of indexingPhilipp Hagemeister
2013-09-21Prepare signature function cachingPhilipp Hagemeister
2013-09-21Change test target (Verified with node.js)Philipp Hagemeister
2013-09-21Implement more opcodesPhilipp Hagemeister
2013-09-21Restore accidentally deleted commitsPhilipp Hagemeister
That's what happens if you let Windows machines write :(
2013-09-21[livestream] Fix events extraction (fixes #1467)Jaime Marquínez Ferrándiz
2013-09-21[dailymotion] Add an extractor for users (closes #1476)Jaime Marquínez Ferrándiz
2013-09-21[dailymotion] Raise ExtractorError if the dailymotion response reports an errorJaime Marquínez Ferrándiz
2013-09-21[southparkstudios] add support for ↵Jaime Marquínez Ferrándiz
http://www.southparkstudios.com/full-episodes/* urls (closes #1469)
2013-09-21[southparkstudios] Fix mgid extractionJaime Marquínez Ferrándiz
2013-09-20Add an extractor for ebaumsworld.com (closes #1462)Jaime Marquínez Ferrándiz
2013-09-20[youtube] add algo for length 91Jaime Marquínez Ferrándiz
2013-09-20[funnyordie] Fix video url extractionJaime Marquínez Ferrándiz
2013-09-19Unable to decrypt signature length 93 (fixes #1461)patrickslin
2013-09-18[fktv] support videos splitted in any number of parts and some style changesJaime Marquínez Ferrándiz
2013-09-18Merge pull request #1438 from rzhxeo/fktvJaime Marquínez Ferrándiz
Add support for http://fernsehkritik.tv
2013-09-18[youtube] apply the fix for lists with number of videos multiple of ↵Jaime Marquínez Ferrándiz
_MAX_RESULTS to user extraction Copied from the playlist extractor.
2013-09-18[newgrounds] simplifyPhilipp Hagemeister
2013-09-18Changed file hash.Ruirize
2013-09-18Fixes test failRuirize
Was unaware of --id being passed to test.
2013-09-18Added Newgrounds supportRuirize
2013-09-17XHamsterIE: Fix support for new HD video url format and add test (closes PR ↵rzhxeo
#1443)
2013-09-17[francetv] Remove Pluzz testJaime Marquínez Ferrándiz
Videos expire in 7 days
2013-09-17[hotnewhiphop] Fix test case titleJaime Marquínez Ferrándiz
2013-09-17[youtube] Don't search the flash player version for videos with age gate ↵Jaime Marquínez Ferrándiz
activated
2013-09-17Update 85 signature (Fixes #1449)Philipp Hagemeister
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.
2013-09-16Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz