nixxo
871645a4a4
[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
3 years ago
nixxo
1f50a07771
[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
3 years ago
nixxo
9e5ca66f16
[RAI] Added checks for DRM protected content (PR #27657 )
...
reviewed by pukkandan (https://github.com/yt-dlp/yt-dlp/pull/150 )
3 years ago
nixxo
3a61e6d360
[rai] improve subtitles extraction ( #27705 )
...
closes #27698
4 years ago
nixxo
fcd90d2583
[rai] Detect ContentItem in iframe ( closes #12652 ) ( #27673 )
...
Co-authored-by: Sergey M. <dstftw@gmail.com>
4 years ago
Remita Amine
7bc7fbce23
[rai] fix protocol relative relinker URLs( closes #22766 )
4 years ago
Remita Amine
a78e530c14
[rai] fix unavailable video format detection
4 years ago
Remita Amine
af7bb684c0
[rai] improve extraction
4 years ago
Leonardo Taccari
dd9e0f58f3
[rai] Fix extraction for recent raiplay.it updates ( #27077 )
...
- Remove first test of RaiPlayIE: it is no longer available
- Make RaiPlayIE extension-agnostic (passing possible `.json' URLs is now
supported too)
- Adjust RaiPlayLiveIE to recent raiplay.it updates. Passing it as
`url_transparent' is no longer supported (there is no longer an accessible
ContentItem)
- Adjust RaiPlayPlaylistIE to recent raiplay.it updates and instruct it about
ContentSet-s.
- Update a RaiIE test and remove two tests that are no longer availables
Thanks to @remitamine for the review!
4 years ago
Remita Amine
fe13087cd1
[rai] fix RaiPlay extraction
4 years ago
Sergey M․
c17eb5b4b0
[rai] Improve extraction ( closes #20253 )
6 years ago
Sergey M․
2b2da3ba10
[rai] Relax _VALID_URL ( closes #19232 )
6 years ago
Leonardo Taccari
28fcb7b061
[raiplay:playlist] Remove a debug leftover print()
6 years ago
Remita Amine
0c7b4f49eb
[rai] return non http relinker URL intact( closes #17055 )
6 years ago
Sergey M․
1115271ac6
[raiplay:playlist] Fix issues and improve ( closes #14563 )
7 years ago
Timendum
d21d0ba6c1
[raiplay:playlist] Add extractor
7 years ago
Sergey M․
085d9dd9be
[rai] Fix audio formats extraction ( closes #14024 )
7 years ago
Sergey M․
9c48b5a193
[raiplay:live] Improve and add test ( closes #13414 )
8 years ago
james
449c665776
[raiplay:live] Add extractor
8 years ago
Sergey M․
1b3feca0a7
[raiplay] Extract subtitles
8 years ago
Sergey M․
361f293ab8
[rai] Skip not found content item id
8 years ago
Sergey M․
b8d8cced9b
[rai] Improve extraction ( closes #11790 )
...
* Fix georestriction detection
* Detect live streams
+ Extract relinker metadata
* Improve ContentItem detection
+ Extract series metadata
* Fix tests
8 years ago
Timendum
51342717cd
[rai] Fix extraction
8 years ago
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
8 years ago
Yen Chi Hsuan
38cce791c7
Rename --cn-verfication-proxy to --geo-verification-proxy
...
And deprecate the former one
Since commit f138873900
, this option is
not limited to China websites, so rename it.
8 years ago
Yen Chi Hsuan
15e4b6b758
[rai] Support an alternative form of embedded relinker URL
...
Closes #8551
8 years ago
Yen Chi Hsuan
2b28b892d8
[rai] Support videos with embedded content item ID ( #8551 )
8 years ago
Yen Chi Hsuan
034a884957
[rai] Support direct relinker URLs ( closes #8552 )
8 years ago
Yen Chi Hsuan
f138873900
[rai] Fix extraction and update _TESTS
...
Closes #8617
Closes #9157
Closes #9232
8 years ago
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
9 years ago
remitamine
bf96b45238
[rai] split long lines
9 years ago
Sergey M․
7e5edcfd33
Simplify formats accumulation for f4m/m3u8/smil formats
...
Now all _extract_*_formats routines return a list
9 years ago
Sergey M․
30f51acbc8
[rai] Fix typos
9 years ago
remitamine
06d5556dfa
[rai] improve extraction
9 years ago
Sergey M․
88060cce10
[rai] Add support for videos embedded with drawMediaRaiTV ( Closes #6866 )
9 years ago
Sergey M․
cd47a628fc
[rai] Add test for #5396
10 years ago
Sergey M․
d7c78decb0
[rai] Improve extraction
10 years ago
Sergey M․
8749477ed0
[rai] Fix extraction ( Closes #5396 )
10 years ago
Jaime Marquínez Ferrándiz
afbdd3acc3
[rai] Convert to new subtitles system
10 years ago
Philipp Hagemeister
1cc79574fc
Fix imports and general cleanup
...
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Sergey M․
c67f584eb3
[rai] Skip test
11 years ago
Sergey M․
2371053565
[rai] Skip test
11 years ago
Sergey M․
b0adbe98fb
[rai] Add support for Rai websites ( Closes #2930 )
11 years ago