1
0
Fork 0

[tiktok] Extract user thumbnail

Closes #2186
Authored by: pukkandan, MinePlayersPE
This commit is contained in:
pukkandan 2022-01-10 19:24:10 +05:30
commit b31874334d
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
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 = [{