1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 20:51:10 +02:00

[ynet] Improve _VALID_URL

This commit is contained in:
Sergey M․ 2014-09-28 03:30:41 +07:00
parent a0a90b3ba1
commit a89435a7a8

View File

@ -9,7 +9,7 @@
class YnetIE(InfoExtractor):
_VALID_URL = r'http://.*ynet\.co\.il/.*/0,7340,(?P<id>L(?:-[0-9]+)+),00\.html'
_VALID_URL = r'http://(?:.+?\.)?ynet\.co\.il/(?:.+?/)?0,7340,(?P<id>L(?:-[0-9]+)+),00\.html'
_TESTS = [
{
'url': 'http://hot.ynet.co.il/home/0,7340,L-11659-99244,00.html',