aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2017-04-01[cwtv] extract ISM formatsRemita Amine
2017-04-01[tvplay] Bypass geo restrictionRemita Amine
2017-03-31[vrv] Add new extractorRemita Amine
2017-04-01[packtpub] Add extractor (closes #12610)Sergey M․
2017-03-31[generic] pass base_url to _parse_jwplayer_dataRemita Amine
2017-03-31[adn] Add new extractorRemita Amine
2017-03-29[allocine] Extract more metadataSergey M․
2017-03-29[allocine] Fix extractionplroman
2017-03-29[openload] fix extractorTithen-Firion
2017-03-25Merge branch 'master' of github.com-rndusr:rg3/youtube-dl into ↵Random User
fix/str-item-assignment
2017-03-26[pluralsight] PEP 8Sergey M․
2017-03-26[franceculture] PEP 8Sergey M․
2017-03-26[atresplayer] PEP 8Sergey M․
2017-03-25_find_jwplayer_data() returns dict or NoneRandom User
This simplifies code for callers of `_find_jwplayer_data()` which no longer have to run `_parse_json()` on the return value. It also makes sure that `_find_jwplayer_data()` returns either a `dict` or `None` and nothing else.
2017-03-25[downloader/hls] immediately delegate downloading to ffmpeg in case live streamRemita Amine
2017-03-25Add test for JWPlayer where config is passed as variableRandom User
2017-03-26[afreecatv] Fix extraction (closes #12179)Yen Chi Hsuan
2017-03-25[atvat] Add new extractor(closes #5325)Remita Amine
2017-03-25[atresplayer] Do not extract ISM formatsSergey M․
As per @remitamine: the ISM downloader does not support videos served from wowza servers(it will produce broken files)
2017-03-25[fox] remove unused importRemita Amine
2017-03-25[fox] Add metadata extractiongkoelln
Add series, season number, episode number and episode.
2017-03-25[generic] Replace LazyYT test with skiplaggedJohn Hawkinson
discourse.ubuntu.com has gone away, repalce with skiplagged.com. Be nice to have a non-frontpage URL that might be more stable, though I don't have one. Maybe this should move to html in test/test_InfoExtractor.py?
2017-03-25[atresplayer] Extract DASH and ISM formatsSergey M․
2017-03-25[atresplayer] Extract HD manifestzurfyx
2017-03-25[atresplayer] Fix login error detectionzurfyx
2017-03-25[franceculture] fix extraction(closes #12547)Remita Amine
2017-03-25[youtube] Improve _VALID_URLs (closes #12538)Sergey M․
2017-03-24[generic] Do not follow redirects to the same URLSergey M․
2017-03-23[channel9] Remove expired comment and sort importsSergey M․
2017-03-23[channel9] Extract more formatsSergey M․
2017-03-23[ninecninemedia] remove mp4 url extraction requestRemita Amine
2017-03-23[bellmedia] add support for etalk.ca(closes #12447)Remita Amine
2017-03-23[channel9] fix extraction(closes #11323)Remita Amine
2017-03-22[cloudy] Fix extraction (closes #12525)Sergey M․
2017-03-22[hbo] add support for free episode urls and new formats extraction(closes ↵Remita Amine
#12519)
2017-03-22[condenast] Fix extraction and style (closes #12526)Sergey M․
2017-03-22[viu] Relax _VALID_URL (closes #12529)Sergey M․
2017-03-22[pluralsight] Omit module title from video title (closes #12506)Sergey M․
2017-03-22[pornhub] Improve extraction and style (closes #12515)Sergey M․
2017-03-22[pornhub] Decode obfuscated video URL (closes #12470)Throaway
2017-03-22[generic] Add test for Senate ISVP iframe embedJohn Hawkinson
2017-03-20[senateisvp] Allow https URL scheme for embedsJohn Hawkinson
2017-03-20[Openload.co] Fixed ExtractionVijay Singh
They did it again. just a minor change though. here's quick fix
2017-03-19[BostonGlobe] New. Nonstandard version of Brightcove.John Hawkinson
Has a "data-brightcove-video-id" instead of a "data-video-id," otherwise pretty much just Brightcove. Except the Globe isn't all Brightcove videos, so fallback to Generic, too. Also, abstract playlist_from_matches() from generic.py to common.py, and use it here. History of these changes can be found in 51170427d4b1143572a498dedaee61863a5b2c5b.
2017-03-19[toongoggles] Add new extractor(closes #12171)Remita Amine
2017-03-18[medialaan] Remove unrelated testSergey M․
2017-03-18[adobepass] Detect and output error on authz token extraction (#12472)Sergey M․
2017-03-18[openload] Fix extractionVijay Singh
2017-03-18[medialaan] Fix and improve extraction (closes #11912)Sergey M․
2017-03-18[vtm] Add extractor (closes #9974)mrBliss
Implementation of the approach described in #9974.