1
0
Fork 0

[cleanup] Misc

This commit is contained in:
pukkandan 2023-01-07 02:48:34 +05:30
commit edfc7725b1
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
8 changed files with 12 additions and 16 deletions

View file

@ -2,14 +2,13 @@ import binascii
import hashlib
import re
from .common import InfoExtractor
from ..aes import aes_cbc_decrypt_bytes, unpad_pkcs7
from ..compat import compat_urllib_parse_unquote
from ..utils import (
ExtractorError,
int_or_none,
float_or_none,
int_or_none,
mimetype2ext,
str_or_none,
traverse_obj,
@ -19,7 +18,6 @@ from ..utils import (
url_or_none,
)
SERIES_API = 'https://production-cdn.dr-massive.com/api/page?device=web_browser&item_detail_expand=all&lang=da&max_list_prefetch=3&path=%s'