MrRawes
e484c4dbc9
. ( #1 )
...
* [extractor/bilibili] Fix path "/audio/auxxxxx" download return 403
* [RAI] Added checks for DRM protected content (PR #27657 )
reviewed by pukkandan (https://github.com/yt-dlp/yt-dlp/pull/150 )
* [RAI] Extend formats with direct http mp4 link (PR #27990 )
* initial support for creating direct mp4 link
* improved regexes and info extraction
* added "connection: close" to request headers
* updated to https://github.com/yt-dlp/yt-dlp/pull/208
* [RAI] Fix extraction of http formats
From https://github.com/yt-dlp/yt-dlp/pull/3272
Closes https://github.com/yt-dlp/yt-dlp/issues/3270
Authored by: nixxo
* Disable blank issues
* [Youtube] Fix "n" descrambling for player fae06c11
Resolves #30856 .
* [KTH] Add new extractor for KTH play (#30885 )
* Implement extractor for KTH play
* Make KTH Play url regex more relaxed
* [streamcz] Remove empty `'{}'.format()` for Py2.6
Use `'-join()'` here, or `{0}`, ..., in general.
* [doc] Clarify test naming
Co-authored-by: lihan7 <lihan7@xiaomi.com>
Co-authored-by: nixxo <nixxo@protonmail.com>
Co-authored-by: dirkf <fieldhouse@gmx.net>
Co-authored-by: Árni Dagur <arni@dagur.eu>
2022-05-06 13:58:02 +01:00
pukkandan
0c0876f790
[youtube:search] Add tests
2022-02-04 11:09:18 +00:00
dirkf
5add3f4373
Merge branch 'pukkandan-yt-searchurl' into yt-dl-master
...
Closes #27749
2022-02-04 03:50:32 +00:00
pukkandan
78ce962f4f
[youtube] Support channel search
...
Code from cd684175ad
2022-02-03 01:02:58 +00:00
dirkf
41f0043983
Avoid crashing if n-sig decode fails
2022-02-02 14:25:03 +00:00
dirkf
34c06b16f5
Support Youtube Shorts URL format
2022-02-01 14:40:20 +00:00
dirkf
1e677567cd
[YouTube] Fix n-sig for player e06dea74 ( #30582 )
...
From yt-dl commit 48416bc
2022-02-01 14:39:03 +00:00
df
af9e72507e
Implement n-param descrambling using JSInterp
...
Fixes #29326 , closes #29790 , closes #30004 , closes #30024 , closes #30052 ,
closes #30088 , closes #30097 , closes #30102 , closes #30109 , closes #30119 ,
closes #30125 , closes #30128 , closes #30162 , closes #30173 , closes #30186 ,
closes #30192 , closes #30221 , closes #30239 , closes #30539 , closes #30552 .
2022-01-31 00:19:58 +00:00
df
5f5de51a49
Add compat_map/filter and use the former
2022-01-30 00:05:36 +00:00
pukkandan
a3373da70c
Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIE
2022-01-30 01:07:28 +05:30
pukkandan
2c4cb134a9
Fix max_results
2022-01-30 00:54:22 +05:30
pukkandan
bfe72723d8
Use itertools.islice
2022-01-30 00:49:55 +05:30
pukkandan
ed99d68bdd
Add back YoutubeSearchURLIE
2022-01-30 00:41:47 +05:30
lanegramling
b5242da7d2
[youtube] Update signature function patterns ( closes #30363 ) ( #30366 )
2021-12-17 01:42:17 +07:00
Sergey M․
47f2f2fbe9
[youtube] Make get_video_info processing more robust ( closes #29333 )
2021-06-21 01:35:21 +07:00
Sergey M․
03ab02730f
[youtube] Workaround for get_video_info request (refs #29333 )
...
See https://github.com/ytdl-org/youtube-dl/issues/29333#issuecomment-864049544
2021-06-21 01:34:27 +07:00
bopol
4131703001
[youtube] Update invidious instance list ( #29281 )
2021-06-21 00:42:09 +07:00
Sergey M․
24297a42ef
[youtube] Fix get_video_info request ( closes #29086 , closes #29165 )
2021-05-30 00:36:26 +07:00
Sergey M․
7e8b3f9439
[youtube] Remove unused code
2021-04-21 05:37:51 +07:00
Sergey M․
32290307a4
[youtube] Fix lazy extractors ( closes #28780 )
2021-04-21 03:56:04 +07:00
Sergey M․
54558e0baa
[youtube] Improve stretch extraction and fix stretched ratio calculation ( closes #28769 )
2021-04-17 02:27:54 +07:00
Sergey M․
7c52395479
[youtube:tab] Improve grid extraction ( closes #28725 )
2021-04-17 01:13:10 +07:00
zraktvor
ea87ed8394
[youtube:tab] Detect series playlist on playlists page ( closes #28723 )
2021-04-17 01:13:10 +07:00
Cássio Ávila
d01e261a15
[youtube] Add more invidious instances ( #28706 )
2021-04-17 00:31:34 +07:00
Sergey M․
06159135ef
[youtube] Improve URL to extractor routing ( closes #27572 , closes #28335 , closes #28742 )
2021-04-17 00:07:32 +07:00
Sergey M․
1b0a13f33c
[youtube:tab] Pass innertube context and x-goog-visitor-id header along with continuation requests ( closes #28702 )
2021-04-09 02:10:34 +07:00
Sergey M․
6b116f0c03
[youtube] Fix videos with restricted location ( closes #28685 )
2021-04-07 03:34:43 +07:00
Remita Amine
654b4f4ff2
[youtube] prioritize information from YoutubeIE for playlist entries( closes #28619 , closes #28636 )
2021-04-03 08:23:35 +01:00
Remita Amine
3748863070
[youtube:tab] Add support for hashtag videos extraction( closes #28308 )
2021-04-01 11:52:23 +01:00
Sergey M․
14f29f087e
[youtube] Setup CONSENT cookie when needed ( closes #28604 )
2021-04-01 04:05:10 +07:00
Remita Amine
28bab774a0
[youtube] imporve age-restricted video extraction( #28578 )
2021-03-30 21:45:08 +01:00
Remita Amine
49fc0a567f
[youtube] fix video's channel extraction( closes #28562 )
2021-03-27 19:11:41 +01:00
Remita Amine
605e7b5e47
[youtube:tab] fix playlist/comunity continuation items extraction( closes #28266 )
2021-03-25 12:53:18 +01:00
Sergey M․
5208ae92fc
[youtube] Fix default value for youtube_include_dash_manifest ( closes #28523 )
2021-03-24 02:57:35 +07:00
Sergey M․
061c030133
[youtube:tab] Switch continuation to browse API ( closes #28289 , closes #28327 )
...
Until further investigation.
2021-03-03 11:42:59 +07:00
Remita Amine
2090dbdc8c
[youtube] fix get_video_info request
2021-02-21 23:09:09 +01:00
Remita Amine
3037ab00c7
[youtube] fixup m4a_dash formats( closes #28165 )
2021-02-21 10:31:27 +01:00
Sergey M․
9fc5eafb8e
[youtube] Improve _VALID_URL (refs #28193 )
2021-02-18 04:59:56 +07:00
bopol
08c2fbb844
[youtube] Add support for redirect.invidious.io ( #28193 )
...
Co-authored-by: Sergey M <dstftw@gmail.com>
2021-02-18 04:29:32 +07:00
PrinceOfPuppers
8980f53b42
[youtube] Fix uploader extraction in flat playlist mode ( #28045 )
2021-02-17 04:21:33 +07:00
Sergey M․
07eb8f1916
[youtube] Fix controversial videos when authenticated with cookies ( closes #28174 )
2021-02-16 05:57:53 +07:00
Sergey M․
a4c7ed6b1e
[youtube:tab] Improve grid continuation extraction ( closes #28130 )
2021-02-10 22:28:58 +07:00
Remita Amine
99c68db0a8
[youtube] add support phone/tablet JS player( closes #26424 )
2021-02-08 09:20:28 +01:00
Sergey M․
0cf09c2b41
[youtube] Fix release date extraction ( closes #28094 )
2021-02-07 02:17:03 +07:00
Sergey M․
0156ce95c5
[youtube] Extract abr and vbr ( closes #28100 )
2021-02-07 02:03:47 +07:00
Remita Amine
1641b13232
[youtube] skip OTF formats( #28070 )
2021-02-04 13:05:35 +01:00
Sergey M․
7215691ab7
[youtube] Prefer DASH formats ( closes #28070 )
2021-02-04 13:07:43 +07:00
Remita Amine
ab25f3f431
[youtube] pass embed URL to get_video_info request
2021-02-03 17:15:31 +01:00
Remita Amine
65eee5a745
[youtube] improve subtitle extraction
2021-02-01 18:12:35 +01:00
Remita Amine
efef4ddf51
[youtube] fix chapter extraction fallback
2021-02-01 16:49:52 +01:00