Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-15 | [ministrygrid] Fix extraction and modernize | Yen Chi Hsuan | |
2016-04-15 | [tdslifeway] Add TDSLifewayIE | Yen Chi Hsuan | |
Used by MinistryGridIE | |||
2016-04-14 | [arte:creative] Improve _VALID_URL | Sergey M․ | |
2016-04-14 | [arte:info] Add extractor (Closes #9182) | Sergey M․ | |
2016-04-14 | [aol] relex _VALID_URL regex | remitamine | |
2016-04-14 | [metacritic] Add a new valid test case | Yen Chi Hsuan | |
2016-04-14 | [lecture2go] Fix extraction | Yen 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 | [downloader/rtsp] Print the command | Yen Chi Hsuan | |
2016-04-14 | [laola1tv] Improve error detection and skip an invalid test | Yen Chi Hsuan | |
2016-04-14 | [karrierevideos] Fix extraction | Yen 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-13 | Make tbr field 'int' rather than 'tuple' | aystroganov@gmail.com | |
Closes #9180. | |||
2016-04-13 | release 2016.04.132016.04.13 | Philipp Hagemeister | |
2016-04-13 | [netease] Skip all tests: completely georestricted | Yen Chi Hsuan | |
2016-04-13 | Credit @Phaeilo for presstv (#7113) | Sergey M․ | |
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 gone | Yen Chi Hsuan | |
2016-04-12 | [izlesene] Fix extraction | Yen Chi Hsuan | |
description may be absent | |||
2016-04-12 | [howstuffworks] Skip a broken test case | Yen Chi Hsuan | |
2016-04-12 | [groupon] Fix extraction | Yen Chi Hsuan | |
2016-04-12 | [goshgay] Fix extraction | Yen 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-11 | Revert "[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-11 | Merge branch 'Phaeilo-presstv' | Yen Chi Hsuan | |
2016-04-11 | [presstv] Improve and simplify | Yen Chi Hsuan | |
2016-04-11 | Merge 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 info | Sergey M․ | |
2016-04-10 | [glide] Fix extraction (Closes #9141) | Sergey M․ | |
2016-04-10 | [jwplatform:base] Improve subtitles extraction | Sergey M․ | |
2016-04-10 | [screencastomatic] Add duration to test | Sergey M․ | |
2016-04-10 | [jwplatform:base] Extract duration | Sergey 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 imports | Sergey M․ | |
2016-04-10 | [cliprs] Add extractor (Closes #9099) | Sergey M․ | |
2016-04-10 | [extractor/common] Remove irrelevant comment | Sergey M․ | |
2016-04-09 | [test/InfoExtractors] add test for _download_json | Jaime Marquínez Ferrándiz | |
2016-04-10 | [1tv] Fix extraction (Closes #9103) | Sergey M․ | |
2016-04-09 | [test/utils] Add test for date_from_str | Jaime Marquínez Ferrándiz | |
2016-04-09 | [presstv] updated extractor and tests to work with current PressTV website | Philip Huppert | |
2016-04-09 | [test/helper] Check got values to be strings for md5: fields | Yen Chi Hsuan | |
Seen in PBSIE tests | |||
2016-04-09 | [videodetective] Adapt to InternetVideoArchiveIE | Yen Chi Hsuan | |
2016-04-09 | [rottentomatoes] Adapt to InternetVideoArchiveIE | Yen Chi Hsuan | |
2016-04-09 | [internetvideoarchive] Fix extraction and support json URLs | Yen Chi Hsuan | |
2016-04-09 | [presstv] Added extractor PressTV. | Philip Huppert | |
Fixes #7060 | |||
2016-04-09 | [funnyordie] Relax M3U8 URL matching | Yen Chi Hsuan | |
Also, m3u8_url extraction should be fatal as all formats depends directly or indirectly on it. This change fixes test_Generic_26 and TestFunnyOrDieSubtitles |