diff --git a/common/scrapers/bangumi.py b/common/scrapers/bangumi.py index f2090d02..498ba849 100644 --- a/common/scrapers/bangumi.py +++ b/common/scrapers/bangumi.py @@ -9,6 +9,7 @@ from music.forms import AlbumForm, SongForm from games.models import Game from games.forms import GameForm from common.scraper import * +from django.core.exceptions import ObjectDoesNotExist def find_entity(source_url):