Explorar o código

[weibo] Extend _VALID_URL (#20496)

RexYuan %!s(int64=6) %!d(string=hai) anos
pai
achega
93bb6b1bae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/weibo.py

+ 1 - 1
youtube_dl/extractor/weibo.py

@@ -19,7 +19,7 @@ from ..utils import (
 
 
 
 
 class WeiboIE(InfoExtractor):
 class WeiboIE(InfoExtractor):
-    _VALID_URL = r'https?://weibo\.com/[0-9]+/(?P<id>[a-zA-Z0-9]+)'
+    _VALID_URL = r'https?://(?:www\.)?weibo\.com/[0-9]+/(?P<id>[a-zA-Z0-9]+)'
     _TEST = {
     _TEST = {
         'url': 'https://weibo.com/6275294458/Fp6RGfbff?type=comment',
         'url': 'https://weibo.com/6275294458/Fp6RGfbff?type=comment',
         'info_dict': {
         'info_dict': {