Regarding the Reddit post, does that break embedded show descriptions metadata and the naming structure? Workarounds in the past have done so. And what assumptions are made? Is it requiring the "Continue Watching" button or?? With the season fix, said patch doesn't work, but I doubt that has anything to do with it.
MrGrackle
If only people could read between the lines... they'd have had their version of SF working within minutes of it breaking for Amazon... It's strange that I'd definitively say that this is the problem and mention something about the lines afterwards... ;)
Works fine with single season hack, two things are unrelated.
Amazon fiddled with the structure of their webpages, probably a slow roll out since the "only 25 episodes visible" problem. Just need to wait for SF to fix the page parser, here's the problem:-
[code]
2024-11-05 17:24:47,642 - INFO - amazon_get_seasons_info complete...
2024-11-05 17:24:49,879 - INFO - amazon_is_meta complete...
2024-11-05 17:26:49,136 - WARNING - No season urls found '.dv-node-dp-seasons a' - trying '.dv-node-dp-seasons-default'...
2024-11-05 17:26:49,174 - INFO - amazon_get_season_urls complete...
2024-11-05 17:26:50,258 - INFO - get_real_url complete...
2024-11-05 17:26:51,344 - ERROR - 'href'
Traceback (most recent call last):
File "C:/Program Files/StreamFab/6203//script\amazon_get_meta_info.py", line 309, in run
info = get_meta_info(webpage)
File "C:/Program Files/StreamFab/6203//script\amazon_get_meta_info.py", line 99, in get_meta_info
movie_play_url = movie_play_urls[0].find("a")['href']
File "C:\Program Files\StreamFab\6203\Python37\lib\site-packages\bs4\element.py", line 1406, in __getitem__
return self.attrs[key]
KeyError: 'href'
2024-11-05 17:26:52,903 - INFO - amazon_get_seasons_info complete...
[/code]
(ignore line numbers because mine are different to the bog-standard script file)
0xFeedBeef