[rai] Fix extraction for recent raiplay.it updates (#27077)
authorLeonardo Taccari <iamleot@gmail.com>
Fri, 20 Nov 2020 09:00:05 +0000 (10:00 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 09:00:05 +0000 (10:00 +0100)
commitdd9e0f58f3482204491007e06a134c69788b1c82
tree58207194e150eb323439f26511398dace2b08444
parent59e583f7e8530ca92776c866897d895c072e2a82
[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!
youtube_dl/extractor/rai.py