aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2016-04-29[sexykarma] Rename to WatchIndianPornIE and fix extractionYen Chi Hsuan
2016-04-29Revert "[sexykarma] Remove the extractor"Yen Chi Hsuan
This reverts commit 31ff3c074eddf4078b6eb49281830875eb4e65a1.
2016-04-29[ooyala] Skip an invalid testYen Chi Hsuan
Ooyala is used by lots of extractors and its correctness can be verified by these websites.
2016-04-29[orf] Skip the expired testYen Chi Hsuan
2016-04-29[sexykarma] Remove the extractorYen Chi Hsuan
Its domain name is on sale. Closes #9317
2016-04-29[arte:+7] Fix typo in _VALID_URLSergey M․
2016-04-29[viewster] Remove unused importSergey M․
2016-04-29[yandexmusic] Clarify blockage even moreSergey M․
2016-04-28[crunchyroll] improve extractionremitamine
- extract more metadata(series, episode, episode_number) - reduce duplicate requests for extracting formats - remove duplicate formats
2016-04-28[viewster] extract formats for videos with multiple audios/subtitlesremitamine
2016-04-28[yandexmusic] Clarify blockageSergey M․
2016-04-28[yandexmusic] Improve error handlingSergey M․
2016-04-28[nuvid] Fix extractionYen Chi Hsuan
Closes #7620
2016-04-28[yandexmusic] Skip tests as Travis CI blockedYen Chi Hsuan
2016-04-28[mwave] Coding styleYen Chi Hsuan
2016-04-28Merge branch 'mwave-meetgreet' of https://github.com/pmrowla/youtube-dl into ↵Yen Chi Hsuan
pmrowla-mwave-meetgreet
2016-04-28[cloudy] New domain name for the test_cloudy_1Yen Chi Hsuan
I'm sure whether videoraj.ch still works or not, so keep it.
2016-04-28[cwtv] Relax _VALID_URL (Closes #9327)Sergey M․
2016-04-28[20min] Detect embedded YouTube videosYen Chi Hsuan
Fixes #9331
2016-04-27[theplatform] Fix for Python 3.2Yen Chi Hsuan
test_AENetworks{,_1} fails as in Python < 3.3, binascii.a2b_* functions accepts only bytes-like objects
2016-04-27[mwave] Add Mwave Meet & Greet extractorPeter Rowlands
2016-04-27[malemotion] Remove the extractorYen Chi Hsuan
Announcement from their homepage: ``` MaleMotion is closed After another system crash, I'm forced to close the site This week all content will be erased Don't forget to cancel your subscription if any ! ``` Closes #9311.
2016-04-27[scivee] Skip the testYen Chi Hsuan
Not accessible from either Travis CI or my machine. Closes #9315
2016-04-26[youtube:search_url] Reimplement in terms of youtube:playlistbaseSergey M․
2016-04-26[viewster] extract more metadata for http formatsremitamine
2016-04-25[ok] Extract start timeSergey M․
2016-04-25[ok] Allow embeds without title (Closes #9303)Sergey M․
2016-04-25[normalboots] Fix extractionYen Chi Hsuan
Now it's using ScreenwaveMedia
2016-04-25[muzu] Remove extractorYen Chi Hsuan
MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/
2016-04-25[eagleplatform] Checking direct HTTP linksYen Chi Hsuan
Sometimes they fail with 404
2016-04-25[mitele] Comment out unstable MD5Yen Chi Hsuan
Also Akamai f4f fragments
2016-04-25[nrk] Comment out unstable MD5 checksumsYen Chi Hsuan
Both are Akamai f4f fragments.
2016-04-25[unistra] Sort formatsYen Chi Hsuan
Originally URLs are passed to set() and not sorted, so the result is not deterministic, causing occasional FAILs on Travis CI.
2016-04-25Merge branch 'akamai_pv' of https://github.com/remitamine/youtube-dl into ↵Yen Chi Hsuan
remitamine-akamai_pv
2016-04-25[extractor/common] do not process f4m manifest that contain akamai ↵remitamine
playerVerificationChallenge
2016-04-25[openload] Make thumbnail optionalSergey M․
2016-04-25[openload] Add testSergey M․
2016-04-25[openload] Fix ext extractionSergey M․
2016-04-25[openload] Fix title extraction (Closes #9298)Sergey M․
2016-04-24[douyutv] Improve extraction and update testsYen Chi Hsuan
The JSON API sometimes return HTML pages with errors
2016-04-24[xminus] Fix extraction (closes #9228)Yen Chi Hsuan
2016-04-24[kwuo:song] Fix extraction and update the testYen Chi Hsuan
2016-04-24[viewster] improve http formats extractionremitamine
2016-04-24[kuwo:category] Fix the testYen Chi Hsuan
Sometimes there are 24 songs and sometimes 30 lol
2016-04-24[ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479fYen Chi Hsuan
2016-04-24[onionstudios] Fix description extractionYen Chi Hsuan
\1 does not work in []. Fixes test_Generic_75 (http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537)
2016-04-24[mwave] Skip checking unstable MD5Yen Chi Hsuan
On my PC the checksum is 02eda6d09fb63131a17a8d44e6237463, while a recent Travis CI build (https://travis-ci.org/rg3/youtube-dl/jobs/125341081) shows it's c930e27b7720aaa3c9d0018dfc8ff6cc
2016-04-24[yahoo] Improve error detection and update testsYen Chi Hsuan
2016-04-24[yahoo] Extract all <iframe>sYen Chi Hsuan
Fixes test_yahoo_6 (https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html)
2016-04-24[yahoo] Update some testsYen Chi Hsuan
One has new fields as ThePlatformIE changed, and others have changed files.