Sergey M․
e4c4bcf36f
[vimeo] Use compat_urllib_request_Request
9 years ago
Sergey M․
82d8a8b6e2
[YoutubeDL] Wrap plain-text URL requests in compat_urllib_request_Request
9 years ago
Sergey M․
13a10d5aa3
[compat] Add compat_urllib_request_Request
...
This is actually not a compatibility routine but rather a workaround for URLs without protocol specified.
The protocol-less URL is treated as HTTP one since it's most probable scenario and it will most likely to
redirect to HTTPS if HTTPS was actually expected. This routine could also be useful for any Request
preprocessing that may be added in future.
9 years ago
Sergey M․
9022726446
[youtube] Fix test
9 years ago
Sergey M․
94bfcd23b7
[youtube] Fix test
9 years ago
Sergey M․
526b3b0716
[youtube] Clarify ytplayer.config extraction rationale
9 years ago
Sergey M․
61f92af1cf
[youtube] Add test with '};' in tags
9 years ago
Sergey M․
a72778d364
[youtube] Improve ytplayer.config extraction
9 years ago
Sergey M
5ae17037a3
Merge pull request #7599 from lalinsky/fix-youtube
...
[youtube] More explicit player config JSON extraction (fixes #7468 )
9 years ago
Sergey M․
02f0da20b0
[pluralsight] Add support for alternative webpage layout ( Closes #7607 )
9 years ago
Lukáš Lalinský
b41631c4e6
[youtube] Send the list of patterns directly to _search_regex
9 years ago
Lukáš Lalinský
0e49d9a6b0
[youtube] Fall back to the original regex for ytplayer.config
9 years ago
Sergey M․
4a7d108ab3
[rutube] Remove unnecessary print
9 years ago
Lukáš Lalinský
3cfd000849
[youtube] More explicit player config JSON extraction ( fixes #7468 )
9 years ago
Sergey M․
1b38185361
[pornhd] Fix title extraction ( Closes #7596 )
9 years ago
Sergey M․
9cb9a5df77
[utils] Check ext with trailing slash against the list of known extensions
9 years ago
Sergey M․
5035536e3f
[test_utils] Add tests for determine_ext
9 years ago
Sergey M․
3e12bc583a
[utils] Improve determine_ext ( Closes #7593 )
9 years ago
Sergey M․
e568c2233e
[youtube] Add test for multi page list of playlists
9 years ago
Sergey M․
061a75edd6
[youtube] Extract base for entry list extractors and support multi page lists of playlists
9 years ago
Philipp Hagemeister
82c4d7b0ce
release 2015.11.21
9 years ago
Sergey M․
136dadde95
[youtube:show] Rework in terms of playlists base extractor
9 years ago
Sergey M․
0c14841585
[youtube:user:playlists] Add extractor ( Closes #3817 )
9 years ago
Sergey M․
0eebf34d9d
[pluralsight] Rephrase
9 years ago
Sergey M․
cf186b77a7
[pluralsight] Clarify allowed qualities guessing rationale
9 years ago
Sergey M․
a3372437bf
[soundcloud] Remove unused variable
9 years ago
Sergey M․
4c57b4853d
[pluralsight] Until listing formats request only single format
9 years ago
Sergey M․
38eb2968ab
[pluralsight] Clarify and randomize ViewClip sleep interval
9 years ago
Andrzej Lichnerowicz
bea56c9569
[pluralsight] prevent error 429 when sensing video formats
9 years ago
Sergey M․
7e508ff2cf
[pluralsight] Improve login detection
9 years ago
Sergey M․
563772eda4
[pluralsight] Extract base class
9 years ago
Sergey M․
0533915aad
[pluralsight] Update some more URLs
9 years ago
Sergey M․
c3a227d1c4
[pluralsight] Update _LOGIN_URL
9 years ago
Sergey M․
f6c903e708
[soundcloud:search] Simplify ( Closes #7213 )
9 years ago
Sergey M․
7dc011c063
[soundcloud:search] Remove no track results message
9 years ago
Sergey M․
4e3b303016
[soundcloud:search] Fix non-ASCII searches
9 years ago
Sergey M․
7e1f5447e7
[utils] Improve encode_dict
9 years ago
Sergey M․
7e3472758b
[soundcloud:search] PEP 8
9 years ago
reiv
328a22e175
[soundcloud] Remove limit on search results
9 years ago
reiv
417b453699
[soundcloud] Use correct error message conventions
9 years ago
reiv
6ea7190a3e
Rewrite as list comprehension.
9 years ago
reiv
b54b08c91b
Simplify with itertools.islice().
9 years ago
reiv
c30943b1c0
Fix some compatibility issues, cleanup.
9 years ago
reiv
2abf7cab80
[soundcloud] Add Soundcloud search extractor
9 years ago
Sergey M․
4137196899
[rutube] Extract all formats
9 years ago
Sergey M․
019839faaa
[extractor/common] Use baseURL from f4m manifest for recursive manifest extraction
9 years ago
Sergey M․
f52183a878
[rutube:embed] Extend _VALID_URL ( Closes #7588 )
9 years ago
Yen Chi Hsuan
750b9ff032
[generic] Extract M3U8 formats ( closes #7582 )
9 years ago
Yen Chi Hsuan
28602e747c
[generic] Refactor
9 years ago
Yen Chi Hsuan
6cc37c69e2
[generic] Unescape URLs from JWPlayer ( #7582 )
9 years ago