@Gismo112
Vielen Dank für den PR. Bei mir hat das etwas länger gedauert ;-).
Beiträge von securus
-
-
Hi,
ich habs bei mir wieder zum laufen gebracht in dem ich in resources/lib/NetflixSession.py in der Funktion fetch_video_list die variable paths (ca. Zeile 1423) auf folgenden Wert gesetzt habe:Python: NetflixSession.py
Alles anzeigenpaths = [ ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", ['summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue', 'episodeCount', 'info', 'maturity', 'runtime', 'seasonCount', 'releaseYear', 'userRating', 'numSeasonsLabel', 'bookmarkPosition', 'watched', 'delivery']], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'cast', {'from': 0, 'to': 15}, ['id', 'name']], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'cast', 'summary'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'genres', {'from': 0, 'to': 5}, ['id', 'name']], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'genres', 'summary'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'tags', {'from': 0, 'to': 9}, ['id', 'name']], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'tags', 'summary'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", ['creators', 'directors'], {'from': 0, 'to': 49}, ['id', 'name']], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", ['creators', 'directors'], 'summary'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'bb2OGLogo', '_400x90', 'png'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'boxarts', '_342x192', 'jpg'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'boxarts', '_1280x720', 'jpg'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'storyarts', '_1632x873', 'jpg'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'interestingMoment', '_665x375', 'jpg'], ['lists', [list_id], {'from': list_from, 'to': list_to}, "reference", 'artWorkByType', 'BILLBOARD', '_1280x720', 'jpg'] ]
Gut möglich, dass noch nicht alles funktioniert. Beim Anschauen vom Netwerktransfer von netflix.com ist mir aufgefallen, dass die list_id jetzt als eine Liste vorkommt und zusätzlich gibt es noch den Parameter "reference". Entsprechend dem hab ich paths angepasst. Ob sich noch etwas anderes geändert hat weiß ich nicht. Auch bin ich mir nicht sicher ob ich immer die richtige Stelle für "reference" erwischt habe.