Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing episode names with year numbers in them results in an incorrect release year #35

Open
Znuff opened this issue Jul 30, 2022 · 0 comments

Comments

@Znuff
Copy link

Znuff commented Jul 30, 2022

Examples:

# ./cli.py  "Attack on Titan - S04E21 - From.You,2000.Years.Ago WEBDL-480p"
{
  "episode": 21,
  "quality": "WEB-DL",
  "title": "Attack on Titan",
  "season": 4,
  "encoder": "Years.Ago",
  "year": 2000,
  "resolution": "480p",
  "episodeName": "From You,"
}

# ./cli.py "Heroes - S03E23 - 1961 Bluray-720p"
{
  "episode": 23,
  "quality": "Blu-ray",
  "title": "Heroes",
  "season": 3,
  "year": 1961,
  "resolution": "720p"
}

# ./cli.py "Stargate SG-1 - S02E21 - 1969 HDTV-720p"
{
  "episode": 21,
  "quality": "HDTV",
  "title": "Stargate SG-1",
  "season": 2,
  "year": 1969,
  "resolution": "720p"
}

This obviously creates some issues when I send release year as 1969 for Stargate SG-1, for example :)

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

No branches or pull requests

1 participant