SBS not finding player params

Issue #119 resolved
Tinto Baggins created an issue

A recent change at SBS generates this:

Traceback (most recent call last):

File "/Users/tinto/webdl/./grabber.py", line 62, in <module>

main()

File "/Users/tinto/webdl/./grabber.py", line 55, in main

if not n.download():

File "/Users/tinto/webdl/sbs.py", line 27, in download

player_params = self.get_player_params(doc)

File "/Users/tinto/webdl/sbs.py", line 54, in get_player_params

raise Exception("Unable to find player params for %s: %s" % (self.video_id, self.title))

Exception: Unable to find player params for 1922091587867: The Witnesses S1 Ep1

Comments (7)

  1. Log in to comment