]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/rai.py
[rai] Fix extraction for recent raiplay.it updates
authorLeonardo Taccari <redacted>
Sun, 10 Nov 2019 16:05:51 +0000 (17:05 +0100)
committerLeonardo Taccari <redacted>
Fri, 28 Aug 2020 10:07:31 +0000 (12:07 +0200)
commitabea91456e7169fcec701c97e272062edf2ec9be
treeaf03ab635a9e0d1647d5c24aa2c0e920f8a6c3eb
parentf5863a3ea08492bd9fc04c55e1e912d24e92d49b
[rai] Fix extraction for recent raiplay.it updates

- Introduce _BASE_URL in RaiBaseIE class so it could be reused as base for the
  several subextractors.
- Remove first test of RaiPlayIE, it is no longer available
- Adjust RaiPlayIE to recent raiplay.it updates, make it extension agnostic
  (passing possible `.json' URLs is now supported too) and update test
  info_dict.
- 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

This fix issue #22923, #22906 and supersedes #23006.
youtube_dl/extractor/rai.py