Yen Chi Hsuan
75af5d59ae
[netease] Skip all tests: completely georestricted
9 years ago
Sergey M․
b969d12490
Credit @Phaeilo for presstv ( #7113 )
9 years ago
Philip Huppert
6d67169509
[mixcloud] improved extraction of user description
9 years ago
Philip Huppert
dcaf00fb3e
[mixcloud] support older urllib versions
9 years ago
Philip Huppert
f896e1ccef
[mixcloud] fixed some tests
9 years ago
Philip Huppert
c96eca426b
[mixcloud] Added support for user uploads, playlists, favorites and listens.
...
Fixes #3750 and #5272
9 years ago
Sergey M․
466a614537
[youtube:playlist] Recognize popular uploads playlist as mix ( Closes #9170 )
9 years ago
Sergey M․
ffa2cecf72
[ard] Change subtitles extension to ttml ( Closes #9169 )
...
ttml is now served instead of srt
9 years ago
Yen Chi Hsuan
a837416025
[jadorecettepub] Remove extractor: website gone
9 years ago
Yen Chi Hsuan
c9d448876f
[izlesene] Fix extraction
...
description may be absent
9 years ago
Yen Chi Hsuan
8865b8abfd
[howstuffworks] Skip a broken test case
9 years ago
Yen Chi Hsuan
c77a0c01cb
[groupon] Fix extraction
9 years ago
Yen Chi Hsuan
12355ac473
[goshgay] Fix extraction
...
isFamilyFriendly no longer exists in the webpage and I can't find
another indicator.
9 years ago
Sergey M․
49f523ca50
[mixcloud] Capture error message ( #9156 )
9 years ago
remitamine
4a903b93a9
Revert "[openclassroom] Add new extractor( closes #9147 )"
...
This reverts commit 13267a2be3
.
9 years ago
remitamine
13267a2be3
[openclassroom] Add new extractor( closes #9147 )
9 years ago
Yen Chi Hsuan
134c207e3f
[arte.tv:embed] Extended support ( #2620 )
9 years ago
Yen Chi Hsuan
0f56bd2178
Merge branch 'Phaeilo-presstv'
9 years ago
Yen Chi Hsuan
dfbc7f7f3f
[presstv] Improve and simplify
9 years ago
Yen Chi Hsuan
7d58ea7c5b
Merge branch 'presstv' of https://github.com/Phaeilo/youtube-dl into Phaeilo-presstv
9 years ago
Sergey M․
452908b257
[telebruxelles] Fix extraction ( Closes #9142 )
9 years ago
Sergey M․
5899e988d5
[glide] Improve extraction and extract upload info
9 years ago
Sergey M․
4a121d29bb
[glide] Fix extraction ( Closes #9141 )
9 years ago
Sergey M․
7ebc36900d
[jwplatform:base] Improve subtitles extraction
9 years ago
Sergey M․
d7eb052fa2
[screencastomatic] Add duration to test
9 years ago
Sergey M․
a6d6722c8f
[jwplatform:base] Extract duration
9 years ago
Sergey M․
66fa495868
[screencastomatic] Fix extraction ( Closes #9136 )
9 years ago
Sergey M․
443285aabe
[ebaumsworlds] Update _VALID_URL ( Closes #9135 )
9 years ago
Philip Huppert
de728757ad
[presstv] Refactored extractor.
9 years ago
Sergey M․
f44c276842
[extractor/extractors] Remove non-existant imports
9 years ago
Sergey M․
a1fa60a934
[cliprs] Add extractor ( Closes #9099 )
9 years ago
Sergey M․
49caf3307f
[extractor/common] Remove irrelevant comment
9 years ago
Jaime Marquínez Ferrándiz
6a801f4470
[test/InfoExtractors] add test for _download_json
9 years ago
Sergey M․
61dd350a04
[1tv] Fix extraction ( Closes #9103 )
9 years ago
Jaime Marquínez Ferrándiz
eb9c3edd5e
[test/utils] Add test for date_from_str
9 years ago
Philip Huppert
95153a960d
[presstv] updated extractor and tests to work with current PressTV website
9 years ago
Yen Chi Hsuan
6c4c7539f2
[test/helper] Check got values to be strings for md5: fields
...
Seen in PBSIE tests
9 years ago
Yen Chi Hsuan
c991106706
[videodetective] Adapt to InternetVideoArchiveIE
9 years ago
Yen Chi Hsuan
dae2a058de
[rottentomatoes] Adapt to InternetVideoArchiveIE
9 years ago
Yen Chi Hsuan
c05025fdd7
[internetvideoarchive] Fix extraction and support json URLs
9 years ago
Philip Huppert
bfe96d7bea
[presstv] Added extractor PressTV.
...
Fixes #7060
9 years ago
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
9 years ago
Sergey M․
92c7f3157a
[aol] Add coding cookie
9 years ago
Yen Chi Hsuan
cacd996662
[utils] Don't touch URLs if not necessary
...
Fix test_Generic_15 (Google redirect)
9 years ago
remitamine
bffb245a48
[aol] add support for videos with vidible IDs( closes #9124 )
9 years ago
Yen Chi Hsuan
680efb6723
Merge pull request #8497 from jaimeMF/lazy-load
...
Add experimenta lazy loading of info extractors
9 years ago
Jaime Marquínez Ferrándiz
5a9858bfa9
setup.py: add command for building the lazy_extractors module
9 years ago
Jaime Marquínez Ferrándiz
8a5dc1c1e1
lazy extractors: Initialize the real info extractor
...
According to the docs '__init__' is only called automatically if '__new__' returns an instance of the original class.
9 years ago
Jaime Marquínez Ferrándiz
e0986e31cf
lazy extractors: Output if it's enabled in the verbose log
9 years ago
Jaime Marquínez Ferrándiz
6b97ca96fc
lazy extractors: Style fixes
...
* Sort extractors alphabetically
* Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
9 years ago