Skip to content

Commit

Permalink
Defer processing web series seasons and episodes too
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed Nov 19, 2023
1 parent 472bdef commit dfdbce2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rock_paper_sand/wikidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,12 @@ def _unlikely_to_be_processed_classes(self) -> Set[wikidata_value.ItemRef]:
*self._tv_season_classes,
*self._tv_season_part_classes,
*self._tv_episode_classes,
*self._api.transitive_subclasses(
wikidata_value.Q_WEB_SERIES_SEASON
),
*self._api.transitive_subclasses(
wikidata_value.Q_WEB_SERIES_EPISODE
),
}

def _is_ignored(
Expand Down

0 comments on commit dfdbce2

Please sign in to comment.