2
0
Sergey M․ 10 жил өмнө
parent
commit
4e6e9d21bd

+ 1 - 1
youtube_dl/extractor/mlb.py

@@ -22,7 +22,7 @@ class MLBIE(InfoExtractor):
                                 )\?.*?\bcontent_id=
                             )
                             (?P<id>n?\d+)|
-                            (?P<path>.+?)
+                            (?:[^/]+/)*(?P<path>[^/]+)
                         )
                     '''
     _TESTS = [