Commit Graph

5714 Commits (b58a22b9632a226fc453bb52f195e7577476f35e)

Author SHA1 Message Date
Sergey M․ 52dfb7ffe2 [fc2] Add test for #3171 10 years ago
Sergey M․ 93462856e1 [fc2] Relax _VALID_URL (Closes #3171) 10 years ago
ping 615f155a3a [vlive] Fixes for review 10 years ago
Sergey M․ 8875b3d572 [imgut:album] Add extractor (Closes #6711) 10 years ago
Sergey M․ aabc2be693 [youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map (Closes #5993) 10 years ago
Anssi Hannula c9afb51cea [youtube] Fix missing format details for 60fps DASH formats
60fps DASH formats do not appear in the DASH manifest, but the non-DASH
video info page does contain additional parameters for DASH formats that
we can parse.

Use those when they exist.

This fixes "bestvideo" not selecting 60fps formats over similar 30fps
formats just because the file size is unknown.
10 years ago
Yen Chi Hsuan c0a656876c [abc] Use int_or_none 10 years ago
Yen Chi Hsuan 17a647630b [abc] Support YouTube embeds (fixes #6595) 10 years ago
Sergey M․ c88e118b3c [nowtv] Fix display_id (Closes #6702) 10 years ago
Sergey M․ ae6a802106 [kaltura] Fix _VALID_URL formatting 10 years ago
Sergey M․ b184f94413 [kaltura] Clarify html5 player comment 10 years ago
Sergey M․ ee3ec091f4 [kaltura] Strictify _VALID_URL 10 years ago
sourcerect ef49b59053 [kaltura] add html5 player urls 10 years ago
Sergey M․ 1f8125805e [generic] Add test for screenwavemedia embed 10 years ago
Sergey M․ efd712c69b [generic] Use screenwavemedia embed pattern 10 years ago
Sergey M․ 109a4156e1 [cinemassacre] Use screenwavemedia embed pattern 10 years ago
Sergey M․ 678d33295b [screenwavemedia] Improve _VALID_URL 10 years ago
Sergey M․ 5e58956d0a [screenwavemedia] Add EMBED_PATTERN 10 years ago
felix e276fd2cb3 [screenwavemedia] warn when falling back to a hardcoded list of streams 10 years ago
felix 9b22cb10c4 [screenwavemedia] use the true JS value instead of a comment 10 years ago
felix 8ca31a0e05 [generic] Look for ScreenwaveMedia embeds 10 years ago
Sergey M․ 20149a5da1 [mtvservices] Fix title extraction under python 2 10 years ago
Sergey M․ 054d43bb11 [mtvservices] Catch more georestriction errors 10 years ago
Sergey M․ 65488b820c [mtvde] Add support for news 10 years ago
Sergey M․ c3c9f87954 [mtvde] Add test for mediagen URL without query 10 years ago
Sergey M․ 56f447be9f [mtvservices] Fix mediagen URL generation 10 years ago
Sergey M․ 79fa9db0da [mtvde] Simplify (Closes #6673) 10 years ago
Paul Hartmann 071c10137b [MTV] move German mtv site to new class 10 years ago
Sergey M․ 5307c33232 [foxnews] Clarify IE_DESC 10 years ago
Sergey M․ 1b660cce12 [foxnews] Simplify (Closes #6694) 10 years ago
nmrugg 8df8c278b6 Added matching test for FoxBusiness. 10 years ago
nmrugg d7e8264517 Make FoxBusiness work. 10 years ago
Sergey M․ f11c316347 [shared] Add filesize to test 10 years ago
Sergey M․ f62e02c24f [shared] Add test for vivo 10 years ago
Sergey M․ 70113c38c9 [shared] Clarify IE_DESC 10 years ago
Sergey M․ 3d8132f5e2 [shared] Extend _VALID_URL to support vivo.sx (Closes #6681) 10 years ago
Sergey M․ 39affb5aa4 [crunchyroll] Fix typo 10 years ago
Sergey M․ a882c5f474 [udemy] Use raise_login_required 10 years ago
Sergey M․ 61a7ff1622 [tubitv] Use raise_login_required 10 years ago
Sergey M․ 42e7373bd3 [smotri] Use raise_login_required 10 years ago
Sergey M․ e269d3ae7d [safari] Use raise_login_required 10 years ago
Sergey M․ e7ddaef5bd [pluralsight] Use raise_login_required 10 years ago
Sergey M․ 62984e4584 [lynda] Use raise_login_required 10 years ago
Sergey M․ 3c53455d15 [eroprofile] Use raise_login_required 10 years ago
Sergey M․ bbb43a39fd [crunchyroll] Use raise_login_required 10 years ago
Sergey M․ 43e7d3c945 [extractor/common] Add raise_login_required 10 years ago
Sergey M․ 2f72e83bbd [crunchyroll] Detect required login (#6677) 10 years ago
Jaime Marquínez Ferrándiz 4bc8eec4eb [youtube] Adapt player version regex to handle urls ending in '/html5player-new.js'
It was always extracting 'new' as the version, breaking the cache system.
10 years ago
Sergey M․ baf510bf8c [yandexmusic:playlist] Handle playlists with more than 150 tracks (Closes #6666) 10 years ago
Sergey M․ 6d53cdd6ce [yandexmusic] Skip removed tracks (#6666) 10 years ago
Sergey M․ ebbf078c7d [krasview] Skip download for test 10 years ago
Sergey M․ 95e431e9ec [mailru] Skip tests 10 years ago
ping eba470f2f2 [vlive] Remove upload_date extraction & cleanup 10 years ago
Sergey M․ e4df2f98cc [yandexmusic:track] Eliminate base class 10 years ago
Sergey M․ e7c14660d3 [yandexmusic] Defer link resolve till actual download time to prevent link expiry (Closes #6650) 10 years ago
Sergey M․ 90076b6172 [spankwire] Preserve old uploader pattern 10 years ago
Sergey M․ 28b83495d8 [spankwire] Simplify 10 years ago
Sergey M․ 551c7837ac [spankwire] Simplify and properly format 10 years ago
clauderains 59e6acc757 [spankwire] Support new cdn video url format 10 years ago
clauderains 9990c960f2 [spankwire] Fixed uploader_id field extraction so that test case passes 10 years ago
Sergey M․ 2006a06eff [kontrtube] Fix extraction (Closes #6644) 10 years ago
Sergey M․ 2b6bda1ed8 [pluralsight] Do not yet rely on userMayViewClip 10 years ago
Sergey M․ 468083d2f5 [pluralsight] Remove unused const 10 years ago
Sergey M․ 483fc223bb [pluralsight] Add extractor (Closes #6090) 10 years ago
Sergey M․ 66ce97024d [soundcloud:user] Update tests 10 years ago
Jaime Marquínez Ferrándiz 8c97f81943 [common] Follow convention of using 'cls' in classmethods 10 years ago
Yen Chi Hsuan d7c1630570 [rtl2] Remove MD5 checksums 10 years ago
Yen Chi Hsuan 5e1a5ac8de [rtl2] Fix extraction for test_RTL2_1 10 years ago
Yen Chi Hsuan 9eb4ab6ad9 [rtl2] Remove an unused line 10 years ago
Yen Chi Hsuan 4932a817a0 [rtl2] Add skip_download for test 10 years ago
Sergey M․ 5d003e29b1 [rtp] Add skip_download for test 10 years ago
Sergey M․ dc95bd503e [folketinget] Add skip_download for test 10 years ago
Yen Chi Hsuan f738dd7b7c [common] Remove debugging codes 10 years ago
Yen Chi Hsuan c687ac745b [theplatform] Use subtitles from SMIL, too 10 years ago
Yen Chi Hsuan 912e0b7e46 [common] Add _merge_subtitles() 10 years ago
Yen Chi Hsuan 03bc7237ad [common] _parse_smil_subtitles: accept `lang` as the subtitle language 10 years ago
ping 061f62da54 [vlive] New extractor for vlive.tv 10 years ago
Yen Chi Hsuan dd565ac1ad [theplatform] Use _download_json 10 years ago
Sergey M․ 5cdefc4625 [extractor/common] Add more subtitle mime types for guess when ext is missing 10 years ago
Sergey M․ ce00af8767 [extractor/common] Add default subtitles lang 10 years ago
Yen Chi Hsuan 51047444aa Merge branch 'master' into HEAD 10 years ago
Yen Chi Hsuan aa6cd05ed8 [theplatform] Fix Python 2: declare coding 10 years ago
Yen Chi Hsuan dac14bf311 [nbc] Add MSNBCIE 10 years ago
Yen Chi Hsuan 05fe2594e4 [theplatform] Support URLs with 'guid=' 10 years ago
Yen Chi Hsuan 26e1c3514f [theplatform] Add ThePlatformFeedIE 10 years ago
Sergey M․ 22c83245c5 [mwave] Improve 10 years ago
ping 7900aede14 [mwave] New extractor for mwave.interest.me 10 years ago
Yen Chi Hsuan f877c6ae5a [theplatform] Use InfoExtractor._parse_smil_formats() 10 years ago
Sergey M․ ca681f7041 [videobam] Remove extractor
videobam.com redirects to sendvid.com now
10 years ago
Sergey M․ a01da8bbf8 [crunchyroll] Workaround fplive.net rtmp URLs (Closes #5881) 10 years ago
Sergey M․ 559f4c550f [playtvak] PEP 8 10 years ago
Sergey M․ 03c635a4b5 [twitch] Fix login (Closes #6599) 10 years ago
Sergey M․ 34a4cd0a34 [telecinco] Relax _VALID_URL (Closes #6601) 10 years ago
Philipp Hagemeister 3b9b32f404 [libsyn] Strip options from player URL 10 years ago
Sergey M․ 9c724a9802 [twitch:vod] Add test for #6585 10 years ago
Sergey M․ 7a6e8a1b17 [twitch] Make more robust 10 years ago
Sergey M․ 369c12e038 [twitch] Allow untitled videos (Closes #6585) 10 years ago
Philipp Hagemeister c00c7c0af0 [sportdeutschland] Fix extraction 10 years ago
Sergey M․ cbaed4bb5e [youtube] Expand _VALID_URL to support vid.plus 10 years ago
Sergey M․ f74a7348f6 [youtube:search_url] Fix extraction (Closes #6578) 10 years ago