diff --git a/yt_dlp/extractor/nrk.py b/yt_dlp/extractor/nrk.py index 7c6099c35..a28bccd87 100644 --- a/yt_dlp/extractor/nrk.py +++ b/yt_dlp/extractor/nrk.py @@ -1,10 +1,8 @@ import itertools -import json import random import re from .common import InfoExtractor -from ..networking.exceptions import HTTPError from ..utils import ( ExtractorError, determine_ext,