1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

dr: support for thumbnail

This commit is contained in:
Johan Andersson 2014-01-26 01:51:53 +01:00
parent b4238d708e
commit f3ede2ae15

View File

@ -5,13 +5,13 @@ import re
import json
import sys
from svtplay_dl.service import Service
from svtplay_dl.service import Service, OpenGraphThumbMixin
from svtplay_dl.utils import get_http_data, select_quality
from svtplay_dl.fetcher.rtmp import download_rtmp
from svtplay_dl.fetcher.hls import download_hls
from svtplay_dl.log import log
class Dr(Service):
class Dr(Service, OpenGraphThumbMixin):
supported_domains = ['dr.dk']
def get(self, options):