mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
imdb url fix
This commit is contained in:
@@ -394,10 +394,7 @@ class BbcLoader(BaseLoader):
|
||||
)
|
||||
|
||||
# specific to BBC
|
||||
# self.options_list = split_options(self.options)
|
||||
for item in selected_final_episodes:
|
||||
#print(type(item))
|
||||
#print(item)
|
||||
for item in selected_final_episodes: # string from beaupy
|
||||
for part in item.split(","):
|
||||
if "UHD" in part:
|
||||
uhd = part.split("UHD=")[1].strip()
|
||||
|
||||
Reference in New Issue
Block a user