X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Ftweakers.py;h=f3198fb85adb29b8081b9735899dd574cb504c67;hb=ed1269000f24a6ddc683a295ff402ef3ded5c4fb;hp=4bbe76e964b058c1c5ea05e3439042b1f076bdd5;hpb=f32143469fd0a2720bd40908ea8360490983b97d;p=youtube-dl diff --git a/youtube_dl/extractor/tweakers.py b/youtube_dl/extractor/tweakers.py index 4bbe76e96..f3198fb85 100644 --- a/youtube_dl/extractor/tweakers.py +++ b/youtube_dl/extractor/tweakers.py @@ -1,19 +1,13 @@ from __future__ import unicode_literals from .common import InfoExtractor -from ..utils import ( - xpath_text, - xpath_with_ns, - int_or_none, - float_or_none, -) class TweakersIE(InfoExtractor): _VALID_URL = r'https?://tweakers\.net/video/(?P\d+)' _TEST = { 'url': 'https://tweakers.net/video/9926/new-nintendo-3ds-xl-op-alle-fronten-beter.html', - 'md5': '1b5afa817403bb5baa08359dca31e6df', + 'md5': '3147e4ddad366f97476a93863e4557c8', 'info_dict': { 'id': '9926', 'ext': 'mp4',