diff options
author | Robin <robinslot@hotmail.nl> | 2021-08-25 17:01:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 20:31:43 +0530 |
commit | 61bfacb233ab4c45256083637c4526be4b3f1944 (patch) | |
tree | 75a2eae14235dd706a43482506d5e526903c0bdd /yt_dlp/extractor/facebook.py | |
parent | 85a0021fb387959b83ac2c25e46f07d507d5ad75 (diff) | |
download | hypervideo-pre-61bfacb233ab4c45256083637c4526be4b3f1944.tar.lz hypervideo-pre-61bfacb233ab4c45256083637c4526be4b3f1944.tar.xz hypervideo-pre-61bfacb233ab4c45256083637c4526be4b3f1944.zip |
[facebook] Update onion URL (#788)
Authored by: Derkades
Diffstat (limited to 'yt_dlp/extractor/facebook.py')
-rw-r--r-- | yt_dlp/extractor/facebook.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/facebook.py b/yt_dlp/extractor/facebook.py index e5bdb335a..2991a9f35 100644 --- a/yt_dlp/extractor/facebook.py +++ b/yt_dlp/extractor/facebook.py @@ -35,7 +35,7 @@ class FacebookIE(InfoExtractor): _VALID_URL = r'''(?x) (?: https?:// - (?:[\w-]+\.)?(?:facebook\.com|facebookcorewwwi\.onion)/ + (?:[\w-]+\.)?(?:facebook\.com|facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd\.onion)/ (?:[^#]*?\#!/)? (?: (?: @@ -226,7 +226,7 @@ class FacebookIE(InfoExtractor): 'only_matching': True, }, { # data.video - 'url': 'https://www.facebookcorewwwi.onion/video.php?v=274175099429670', + 'url': 'https://www.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion/video.php?v=274175099429670', 'only_matching': True, }, { # no title |