Commit Graph

10210 Commits (d868f43c588b9929208823e86c12669d69e4e2cd)

Author SHA1 Message Date
remitamine d868f43c58 [ffmpeg] check for - file name in _ffmpeg_filename_argument
remitamine ce599d5a7e [downloader/external] enable piping for FFmpegFD(closes )
Sergey M․ 9e28538726
[arte:creative] Improve _VALID_URL
Sergey M․ 404284132c
[arte:info] Add extractor (Closes )
remitamine 5565be9dd9 [aol] relex _VALID_URL regex
Yen Chi Hsuan 86475d59b1
[metacritic] Add a new valid test case
Yen Chi Hsuan 73d93f948e
[lecture2go] Fix extraction
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
Yen Chi Hsuan f5d8743e0a
[downloader/rtsp] Print the command
Yen Chi Hsuan d1c4e4ba15
[laola1tv] Improve error detection and skip an invalid test
Yen Chi Hsuan f141fefab7
[karrierevideos] Fix extraction
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.
aystroganov@gmail.com 8334637f4a Make tbr field 'int' rather than 'tuple'
Closes .
Philipp Hagemeister b0ba11cc64 release 2016.04.13
Yen Chi Hsuan 75af5d59ae
[netease] Skip all tests: completely georestricted
Sergey M․ 466a614537
[youtube:playlist] Recognize popular uploads playlist as mix (Closes )
Sergey M․ ffa2cecf72
[ard] Change subtitles extension to ttml (Closes )
ttml is now served instead of srt
Yen Chi Hsuan a837416025
[jadorecettepub] Remove extractor: website gone
Yen Chi Hsuan c9d448876f
[izlesene] Fix extraction
description may be absent
Yen Chi Hsuan 8865b8abfd
[howstuffworks] Skip a broken test case
Yen Chi Hsuan c77a0c01cb
[groupon] Fix extraction
Yen Chi Hsuan 12355ac473
[goshgay] Fix extraction
isFamilyFriendly no longer exists in the webpage and I can't find
another indicator.
Sergey M․ 49f523ca50
[mixcloud] Capture error message ()
remitamine 4a903b93a9 Revert "[openclassroom] Add new extractor(closes )"
This reverts commit 13267a2be3.
remitamine 13267a2be3 [openclassroom] Add new extractor(closes )
Yen Chi Hsuan 134c207e3f
[arte.tv:embed] Extended support ()
Yen Chi Hsuan 0f56bd2178
Merge branch 'Phaeilo-presstv'
Yen Chi Hsuan dfbc7f7f3f
[presstv] Improve and simplify
Yen Chi Hsuan 7d58ea7c5b Merge branch 'presstv' of https://github.com/Phaeilo/youtube-dl into Phaeilo-presstv
Sergey M․ 452908b257
[telebruxelles] Fix extraction (Closes )
Sergey M․ 5899e988d5
[glide] Improve extraction and extract upload info
Sergey M․ 4a121d29bb
[glide] Fix extraction (Closes )
Sergey M․ 7ebc36900d
[jwplatform:base] Improve subtitles extraction
Sergey M․ d7eb052fa2
[screencastomatic] Add duration to test
Sergey M․ a6d6722c8f
[jwplatform:base] Extract duration
Sergey M․ 66fa495868
[screencastomatic] Fix extraction (Closes )
Sergey M․ 443285aabe
[ebaumsworlds] Update _VALID_URL (Closes )
Philip Huppert de728757ad [presstv] Refactored extractor.
Sergey M․ f44c276842
[extractor/extractors] Remove non-existant imports
Sergey M․ a1fa60a934
[cliprs] Add extractor (Closes )
Sergey M․ 49caf3307f
[extractor/common] Remove irrelevant comment
Sergey M․ 61dd350a04
[1tv] Fix extraction (Closes )
Philip Huppert 95153a960d [presstv] updated extractor and tests to work with current PressTV website
Yen Chi Hsuan c991106706 [videodetective] Adapt to InternetVideoArchiveIE
Yen Chi Hsuan dae2a058de [rottentomatoes] Adapt to InternetVideoArchiveIE
Yen Chi Hsuan c05025fdd7 [internetvideoarchive] Fix extraction and support json URLs
Philip Huppert bfe96d7bea [presstv] Added extractor PressTV.
Fixes 
Yen Chi Hsuan ab481b48e5 [funnyordie] Relax M3U8 URL matching
Also, m3u8_url extraction should be fatal as all formats depends
directly or indirectly on it.

This change fixes test_Generic_26 and TestFunnyOrDieSubtitles
Sergey M․ 92c7f3157a [aol] Add coding cookie
Yen Chi Hsuan cacd996662 [utils] Don't touch URLs if not necessary
Fix test_Generic_15 (Google redirect)
remitamine bffb245a48 [aol] add support for videos with vidible IDs(closes )
Jaime Marquínez Ferrándiz e0986e31cf lazy extractors: Output if it's enabled in the verbose log