pynab icon indicating copy to clipboard operation
pynab copied to clipboard

Update to work with latest TVMaze

Open ukharley opened this issue 8 years ago • 1 comments

at about line 38:

maze_show = None

tvm = pytvmaze.TVMaze()         <-- add this

try: 
                            V-- and change this
    maze_show = tvm.get_show(show_name=showname, show_year=year, show_country=country)
except Exception as e:
    log.debug('tvmaze: exception: {}'.format(e))

ukharley avatar Nov 25 '16 01:11 ukharley

@ukharley I added this to the same experimental branch https://github.com/brookesy2/pynab/tree/omdbtmdb

brookesy2 avatar Sep 29 '17 08:09 brookesy2