aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2016-04-15Merge pull request #9041 from kasper93/masterYen Chi Hsuan
[generic] Add support for LiveLeak embeds
2016-04-15[mixcloud:stream] Add new extractorYen Chi Hsuan
Closes #7633
2016-04-15[mixcloud] Fix extraction by decrypting play infoYen Chi Hsuan
Fixes #7521
2016-04-15Merge branch 'Phaeilo-mixcloud'Yen Chi Hsuan
2016-04-15[mixcloud] Improve and simplify mixcloud:user and mixcloud:playlistYen Chi Hsuan
2016-04-15[tdslifeway] Use the new Brightcove APIYen Chi Hsuan
Thanks for @remitamine's suggestion.
2016-04-15[wayofthemaster] Remove extractorYen Chi Hsuan
Now it's using YouTube embeds.
2016-04-15[ubu] Remove extractorYen Chi Hsuan
1. Videos on ubu.com are now hosted on Vimeo 2. The duration is far from correct, and may not exist on other videos (For example http://ubu.com/film/hammons_king.html)
2016-04-15[xboxclips] Use http:// URLYen Chi Hsuan
xboxclips has misconfigured certificates
2016-04-15[ministrygrid] Fix extraction and modernizeYen Chi Hsuan
2016-04-15[tdslifeway] Add TDSLifewayIEYen Chi Hsuan
Used by MinistryGridIE
2016-04-14[arte:creative] Improve _VALID_URLSergey M․
2016-04-14[arte:info] Add extractor (Closes #9182)Sergey M․
2016-04-14[aol] relex _VALID_URL regexremitamine
2016-04-14Merge branch 'mixcloud' of https://github.com/Phaeilo/youtube-dl into ↵Yen Chi Hsuan
Phaeilo-mixcloud
2016-04-14[metacritic] Add a new valid test caseYen Chi Hsuan
2016-04-14[lecture2go] Fix extractionYen Chi Hsuan
RTSP stream fails to download. Seems it's a mpv bug as direct playback works well: $ mpv --ytdl-format rtsp https://lecture2go.uni-hamburg.de/veranstaltungen/-/v/17473
2016-04-14[laola1tv] Improve error detection and skip an invalid testYen Chi Hsuan
2016-04-14[karrierevideos] Fix extractionYen Chi Hsuan
The server serves malformed header "Content Type: text/xml" for the XML request (it should be Content-Type but not Content Type). Python 3.x, which uses email.feedparser rejects such headers. As a result, Content-Encoding header is not parsed, so the returned content is kept not decompressed, and thus XML parsing error.
2016-04-13Make tbr field 'int' rather than 'tuple'aystroganov@gmail.com
Closes #9180.
2016-04-13[generic] Add support for LiveLeak embedsKacper Michajłow
2016-04-13[netease] Skip all tests: completely georestrictedYen Chi Hsuan
2016-04-12[mixcloud] improved extraction of user descriptionPhilip Huppert
2016-04-12[mixcloud] support older urllib versionsPhilip Huppert
2016-04-12[mixcloud] fixed some testsPhilip Huppert
2016-04-12[mixcloud] Added support for user uploads, playlists, favorites and listens.Philip Huppert
Fixes #3750 and #5272
2016-04-12[youtube:playlist] Recognize popular uploads playlist as mix (Closes #9170)Sergey M․
2016-04-12[ard] Change subtitles extension to ttml (Closes #9169)Sergey M․
ttml is now served instead of srt
2016-04-12[jadorecettepub] Remove extractor: website goneYen Chi Hsuan
2016-04-12[izlesene] Fix extractionYen Chi Hsuan
description may be absent
2016-04-12[howstuffworks] Skip a broken test caseYen Chi Hsuan
2016-04-12[groupon] Fix extractionYen Chi Hsuan
2016-04-12[goshgay] Fix extractionYen Chi Hsuan
isFamilyFriendly no longer exists in the webpage and I can't find another indicator.
2016-04-11[mixcloud] Capture error message (#9156)Sergey M․
2016-04-11Revert "[openclassroom] Add new extractor(closes #9147)"remitamine
This reverts commit 13267a2be37371bd3e8aea0bc7549f4ed2465c03.
2016-04-11[openclassroom] Add new extractor(closes #9147)remitamine
2016-04-11[arte.tv:embed] Extended support (#2620)Yen Chi Hsuan
2016-04-11Merge branch 'Phaeilo-presstv'Yen Chi Hsuan
2016-04-11[presstv] Improve and simplifyYen Chi Hsuan
2016-04-11Merge branch 'presstv' of https://github.com/Phaeilo/youtube-dl into ↵Yen Chi Hsuan
Phaeilo-presstv
2016-04-11[telebruxelles] Fix extraction (Closes #9142)Sergey M․
2016-04-10[glide] Improve extraction and extract upload infoSergey M․
2016-04-10[glide] Fix extraction (Closes #9141)Sergey M․
2016-04-10[jwplatform:base] Improve subtitles extractionSergey M․
2016-04-10[screencastomatic] Add duration to testSergey M․
2016-04-10[jwplatform:base] Extract durationSergey M․
2016-04-10[screencastomatic] Fix extraction (Closes #9136)Sergey M․
2016-04-10[ebaumsworlds] Update _VALID_URL (Closes #9135)Sergey M․
2016-04-10[presstv] Refactored extractor.Philip Huppert
2016-04-10[extractor/extractors] Remove non-existant importsSergey M․