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

nrk: support for thumbnail

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

View File

@ -5,14 +5,14 @@ import re
import sys
import json
from svtplay_dl.service import Service
from svtplay_dl.service import Service, OpenGraphThumbMixin
from svtplay_dl.utils import get_http_data, subtitle_tt
from svtplay_dl.utils.urllib import urlparse
from svtplay_dl.fetcher.hds import download_hds
from svtplay_dl.fetcher.hls import download_hls
from svtplay_dl.log import log
class Nrk(Service):
class Nrk(Service, OpenGraphThumbMixin):
supported_domains = ['nrk.no', 'tv.nrk.no']
def get(self, options):