1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[tiktok] Extract user thumbnail

Closes #2186
Authored by: pukkandan, MinePlayersPE
This commit is contained in:
pukkandan
2022-01-10 19:24:10 +05:30
parent f1150b9e1e
commit b31874334d
2 changed files with 20 additions and 10 deletions

View File

@ -9,7 +9,7 @@ from ..utils import (
str_or_none,
)
#2270
class FunkIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.|origin\.)?funk\.net/(?:channel|playlist)/[^/]+/(?P<display_id>[0-9a-z-]+)-(?P<id>\d+)'
_TESTS = [{