Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Netflix same description for every episode #27

Open
m-ruhl opened this issue Jul 25, 2023 · 1 comment
Open

Netflix same description for every episode #27

m-ruhl opened this issue Jul 25, 2023 · 1 comment

Comments

@m-ruhl
Copy link

m-ruhl commented Jul 25, 2023

If you play multiple titles in Netflix only the first description will be used for every title..

def search_by_description(self, query):
if not self.now_playing_description:
self.request_now_playing_description()

Example:

  • Office S08E17
  • Community S03E20
[INFO]: NF: S8: E17 “Test the Store”
[INFO]: NF: Searching with description
[DEBUG]: Using selector: KqueueSelector
[INFO]: NF: S8: E17 “Test the Store”
[INFO]: NF: Searching with description
[DEBUG]: Using selector: KqueueSelector
[DEBUG]: NF: searching: site:netflix.com "Dwight plans an impressive presentation for the Sabre store, and Andy suffers an embarrassing injury."
[DEBUG]: NF: searching: site:netflix.com "Dwight plans an impressive presentation for the Sabre store, and Andy suffers an embarrassing injury."
[INFO]: NF: fetch content id
[INFO]: NF: fetch content id
[DEBUG]: Starting new HTTPS connection (1): api.trakt.tv:443
[DEBUG]: Starting new HTTPS connection (2): api.trakt.tv:443
[DEBUG]: https://api.trakt.tv:443 "POST /scrobble/start HTTP/1.1" 201 None
[DEBUG]: https://api.trakt.tv:443 "POST /scrobble/pause HTTP/1.1" 429 None
[WARNING]: Request failed: "POST /scrobble/pause" - 429: "Rate limit exceeded" (Rate Limit Exceeded)
...
[INFO]: NF: S3: E20 “Digital Estate Planning”
[INFO]: NF: Searching with description
[DEBUG]: NF: searching: site:netflix.com "Dwight plans an impressive presentation for the Sabre store, and Andy suffers an embarrassing injury."
[INFO]: NF: fetch content id
[DEBUG]: https://api.trakt.tv:443 "POST /scrobble/start HTTP/1.1" 201 None
[DEBUG]: https://api.trakt.tv:443 "POST /scrobble/start HTTP/1.1" 201 None
[INFO]: NF: S3: E20 “Digital Estate Planning”
[DEBUG]: https://api.trakt.tv:443 "POST /scrobble/pause HTTP/1.1" 429 None
[WARNING]: Request failed: "POST /scrobble/pause" - 429: "Rate limit exceeded" (Rate Limit Exceeded)
@m-ruhl
Copy link
Author

m-ruhl commented Jul 25, 2023

Also found out in my testing, the search matched better when not including the episode title in the query

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant