mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
fix typo
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
**Updates**
|
**Updates**
|
||||||
|
|
||||||
**11 July 2026**
|
**11 July 2026**
|
||||||
vinefeeder update to BBC service to better select UHD quality availability. Granularity is now at the episode level rather than series.
|
vinefeeder update to BBC service to better select UHD quality availability. Granularity is now at the episode level rather than series.
|
||||||
meaning that any series with mixed UHD and HD titles will no longer fail at the download stage
|
meaning that any series with mixed UHD and HD titles will no longer fail at the download stage
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ def main(version: bool, debug: bool) -> None:
|
|||||||
r"░▀▀▀░▀░▀░░▀░░▀▀▀░▀▀▀░▀▀░" + "\n" ,
|
r"░▀▀▀░▀░▀░░▀░░▀▀▀░▀▀▀░▀▀░" + "\n" ,
|
||||||
style="ascii.art",
|
style="ascii.art",
|
||||||
),
|
),
|
||||||
Text(" and more than envied....", style = "ascii.art"),
|
Text(" more than unshackled....", style = "ascii.art"),
|
||||||
f"\nv [repr.number]{__version__}[/] - https://github.com/vinefeeder/envied",
|
f"\nv [repr.number]{__version__}[/] - https://github.com/vinefeeder/envied",
|
||||||
),
|
),
|
||||||
(1, 11, 1, 10),
|
(1, 11, 1, 10),
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# BBC __init__.py
|
# BBC __init__.py
|
||||||
"""The BBC does not follow the same structures as most other srvices
|
"""The BBC does not follow the same structures as most other srvices
|
||||||
The BBC does not use script = window.__PARAMS__ = ..."""
|
For reliable UHD detection, use the vinefeeder text box with string rather than a url
|
||||||
|
"""
|
||||||
|
|
||||||
from pydoc import html
|
from pydoc import html
|
||||||
|
|
||||||
@@ -28,7 +29,6 @@ class BbcLoader(BaseLoader):
|
|||||||
options = None
|
options = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# self.HLG = None
|
|
||||||
self.AVAILABLE_HLG = False
|
self.AVAILABLE_HLG = False
|
||||||
self.uhd_list = []
|
self.uhd_list = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user