mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
qbrick: support for thumbnail.
This commit is contained in:
parent
77e2235b48
commit
f37353deb0
@ -5,12 +5,12 @@ import sys
|
||||
import re
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
from svtplay_dl.service import Service
|
||||
from svtplay_dl.service import Service, OpenGraphThumbMixin
|
||||
from svtplay_dl.utils import get_http_data, select_quality, is_py2_old
|
||||
from svtplay_dl.log import log
|
||||
from svtplay_dl.fetcher.rtmp import download_rtmp
|
||||
|
||||
class Qbrick(Service):
|
||||
class Qbrick(Service, OpenGraphThumbMixin):
|
||||
supported_domains = ['dn.se', 'di.se', 'svd.se', 'sydsvenskan.se']
|
||||
|
||||
def get(self, options):
|
||||
|
Loading…
Reference in New Issue
Block a user