Skip to content

Commit

Permalink
Treat TV season parts as unlikely to be processed
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed Nov 9, 2023
1 parent 2572f6c commit 3e9b633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rock_paper_sand/wikidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def _video_classes(self) -> Set[wikidata_value.ItemRef]:
def _unlikely_to_be_processed_classes(self) -> Set[wikidata_value.ItemRef]:
return {
*self._tv_season_classes,
*self._tv_season_part_classes,
*self._tv_episode_classes,
}

Expand Down

0 comments on commit 3e9b633

Please sign in to comment.