You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/youtube_dl
Leonardo Taccari abea91456e [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.
4 years ago
..
downloader [downloader/http] Request last data block of exact remaining size 5 years ago
extractor [rai] Fix extraction for recent raiplay.it updates 4 years ago
postprocessor [postprocessor/ffmpeg] Embed series metadata with --add-metadata 5 years ago
YoutubeDL.py [YoutubeDL] Force redirect URL to unicode on python 2 5 years ago
__init__.py Output batch filename when it could not be read (#21915) 6 years ago
__main__.py
aes.py Switch codebase to use compat_b64decode 7 years ago
cache.py
compat.py [compat] Introduce compat_cookiejar_Cookie 5 years ago
jsinterp.py
options.py [options] Clarify doc on --exec command (closes #19087) (#24883) 5 years ago
socks.py
swfinterp.py
update.py [update] Fix updating via symlinks (closes #23991) 5 years ago
utils.py [utils] Fix file permissions in write_json_file (closes #12471) (#25122) 5 years ago
version.py release 2020.07.28 4 years ago