Format
This commit is contained in:
@@ -150,11 +150,8 @@ def find_video(plex_search, video_ids):
|
|||||||
if location.split("/")[-1] in video_ids["locations"]:
|
if location.split("/")[-1] in video_ids["locations"]:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
for guid in plex_search.guids:
|
for guid in plex_search.guids:
|
||||||
guid_source = (
|
guid_source = re.search(r"(.*)://", guid.id).group(1).lower()
|
||||||
re.search(r"(.*)://", guid.id).group(1).lower()
|
|
||||||
)
|
|
||||||
guid_id = re.search(r"://(.*)", guid.id).group(1)
|
guid_id = re.search(r"://(.*)", guid.id).group(1)
|
||||||
|
|
||||||
# If show provider source and show provider id are in videos_shows_ids exactly, then the show is in the list
|
# If show provider source and show provider id are in videos_shows_ids exactly, then the show is in the list
|
||||||
|
|||||||
Reference in New Issue
Block a user