mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
use + instead of * in _VALID_URL
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
9f0aa09255
commit
97ab96dae8
@ -50,7 +50,7 @@ class FacebookIE(InfoExtractor):
|
|||||||
[^/]+/videos/(?:[^/]+/)?|
|
[^/]+/videos/(?:[^/]+/)?|
|
||||||
[^/]+/posts/|
|
[^/]+/posts/|
|
||||||
events/(?:[^/]+/)?|
|
events/(?:[^/]+/)?|
|
||||||
groups/[^/]+/(?:permalink|posts)/(?:[0-9a-f]*/)?|
|
groups/[^/]+/(?:permalink|posts)/(?:[0-9a-f]+/)?|
|
||||||
watchparty/
|
watchparty/
|
||||||
)|
|
)|
|
||||||
facebook:
|
facebook:
|
||||||
|
Loading…
Reference in New Issue
Block a user