Add other-fixes-enhancements/README

This commit is contained in:
LifesGottaBeFun 2025-04-10 07:04:11 +00:00
parent 07293c28a4
commit f3b8fbd22a

View File

@ -0,0 +1,5 @@
PURPOSE AND BENEFITS:
These files enhance the functionality of Devine in various ways. Each is described in more detail below.
requests.py
This is a modified version of the original requests.py that makes the progress bar show download progress when downloading single-segment (fmp4) tracks, which does not occur (i.e. the progress bar remains empty until the track has been downloaded) with the original requests.py file. Various services use such manifests (e.g. ABC iview / AUBC, Channel 4 / ALL4, Channel 5 / MY5), so this may be of interest for users who use those services. Simply replace the existing requests.py file (devine/core/downloaders/requests.py) with the same-named file in this repository to add/restore this functionality. You may wish to back up the original requests.py file before replacing it. Credit goes to another CDRM Project user for identifying this fix/enhancement.