mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-28 06:04:17 +01:00
dr: support for thumbnail
This commit is contained in:
parent
b4238d708e
commit
f3ede2ae15
@ -5,13 +5,13 @@ import re
|
|||||||
import json
|
import json
|
||||||
import sys
|
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.utils import get_http_data, select_quality
|
||||||
from svtplay_dl.fetcher.rtmp import download_rtmp
|
from svtplay_dl.fetcher.rtmp import download_rtmp
|
||||||
from svtplay_dl.fetcher.hls import download_hls
|
from svtplay_dl.fetcher.hls import download_hls
|
||||||
from svtplay_dl.log import log
|
from svtplay_dl.log import log
|
||||||
|
|
||||||
class Dr(Service):
|
class Dr(Service, OpenGraphThumbMixin):
|
||||||
supported_domains = ['dr.dk']
|
supported_domains = ['dr.dk']
|
||||||
|
|
||||||
def get(self, options):
|
def get(self, options):
|
||||||
|
Loading…
Reference in New Issue
Block a user