1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-18 17:35:30 +00:00
Commit graph

18 commits

Author SHA1 Message Date
jsmnhou
6d1af4e2cf Changed _COMM_MAP to original format and added __dictify to be able to process dict-ified format. 2023-04-10 20:24:02 -04:00
jsmnhou
f5e01562b1 Condensed code when extracting formats. Edited comments. 2023-04-09 16:23:01 -04:00
jsmnhou
2fcb8b8c20 Added new tests and added expected warnings to existing tests. 2023-04-09 16:17:55 -04:00
jsmnhou
7def329f19 Updated _COMM_MAP to be a dictionary to speed up execution. Updated values from latest senate.gov page. 2023-04-09 16:13:13 -04:00
jsmnhou
d59b83f04b Updated _real_extract() to iterate through possible manifest URLs to find the m3u8. Added start_time and stop_time metadata. 2023-04-09 16:10:06 -04:00
John Hawkinson
8a8cc339b6 [senateisvp] Allow https URL scheme for embeds 2017-03-20 23:35:13 +08:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
stepshal
925194022c
Improve some _VALID_URLs 2016-09-14 22:47:21 +07:00
Sergey M․
5886b38d73 Add support for https for all extractors as preventive and future-proof measure 2016-03-21 21:36:32 +06:00
Sergey M․
611c1dd96e [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
Yen Chi Hsuan
eb6fc7d32a [senateisvp] Fix test_SenateISVP and test_SenateISVP_1 2016-01-31 04:58:10 +08:00
Sergey M․
ec29539e06 [senateisvp] Pass extra param as query segment without ? 2015-10-24 21:03:45 +06:00
Yen Chi Hsuan
84e1e036c2 [senate] Extend _VALID_URL (fixes #5836) 2015-05-29 12:44:31 +08:00
Jaime Marquínez Ferrándiz
5c1e6f69c4 [senate] Simplify
There isn't any problem if the 'formats' field only has one element
2015-04-21 15:04:55 +02:00
Yen Chi Hsuan
13a11b195f [SenateISVP] Fix tests
Remove md5 sums. They differs from my PC and the travis worker.
2015-04-21 05:13:25 +08:00
Yen Chi Hsuan
2fe1b5bd2a [CSpan] Add detection for Senate ISVP. Closes #5302 2015-04-21 03:18:38 +08:00
Yen Chi Hsuan
f91e1a8739 [Senate] Try to capture thumbnails 2015-04-21 02:57:32 +08:00
Yen Chi Hsuan
c6391cd587 [Senate] Add new extractor (#5302) 2015-04-21 02:29:56 +08:00