1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-13 06:43:13 +08:00

[xhamster] - New videi id with letters

This commit is contained in:
TheRealDude2 2020-08-06 10:11:42 +02:00
parent a4ed50bb84
commit b8dc37243a

View File

@ -26,7 +26,7 @@ class XHamsterIE(InfoExtractor):
(?:.+?\.)?%s/
(?:
movies/(?P<id>\d+)/(?P<display_id>[^/]*)\.html|
videos/(?P<display_id_2>[^/]*)-(?P<id_2>\d+)
videos/(?P<display_id_2>[^/]*)-(?P<id_2>\w+)
)
''' % _DOMAINS
_TESTS = [{