diff --git a/yt_dlp/extractor/facebook.py b/yt_dlp/extractor/facebook.py index e7704b483..991b85ca0 100644 --- a/yt_dlp/extractor/facebook.py +++ b/yt_dlp/extractor/facebook.py @@ -114,7 +114,7 @@ class FacebookIE(InfoExtractor): 'upload_date': '20140506', 'thumbnail': r're:https?://scontent\.fitm\d-1\.fna\.fbcdn\.net/.+', 'timestamp': 1399398998, - 'uploader_id': 'pfbid05CUuW21Nwp7H8FZ5Puzo5Lfd2HTssofHm5mqcu7PyeBmAAnxirSKax4DjR1eoFdXl', + 'uploader_id': 'pfbid028xue38TBXRyNbiqBSV2LFs3QK3yopvKjupbqFoL6U9SKbx4p2SMdJjQSBvnjsHGWl', 'duration': 131.03, 'concurrent_view_count': int, 'view_count': int, @@ -177,7 +177,7 @@ class FacebookIE(InfoExtractor): 'id': '10155529876156509', 'ext': 'mp4', 'title': 'Holocaust survivor becomes US citizen', - 'description': 'md5:798175f8f0141d3a0c82756940137c23', + 'description': 'She survived the holocaust — and years later, she’s getting her citizenship so she can vote for Hillary Clinton http://cnn.it/2eERh5f', 'timestamp': 1477818095, 'upload_date': '20161030', 'uploader': 'CNN', @@ -196,7 +196,7 @@ class FacebookIE(InfoExtractor): 'id': '1417995061575415', 'ext': 'mp4', 'title': 'Довгоочікуване відео | By Yaroslav - Facebook', - 'description': 'md5:288361ce8444d43e6e2322b9371dad02', + 'description': 'Довгоочікуване відео', 'timestamp': 1486648217, 'upload_date': '20170209', 'uploader': 'Yaroslav Korpan', @@ -227,7 +227,7 @@ class FacebookIE(InfoExtractor): 'id': '202882990186699', 'ext': 'mp4', 'title': 'birb (O v O") | Hello? Yes your uber ride is here', - 'description': 'md5:f122681cf504d04be12bb2bdc66c81fd', + 'description': 'Hello? Yes your uber ride is here * Jukin Media Verified * Find this video and others like it by visiting...', 'timestamp': 1486035513, 'upload_date': '20170202', 'uploader': 'Elisabeth Ahtn', @@ -241,7 +241,7 @@ class FacebookIE(InfoExtractor): 'id': '1569199726448814', 'ext': 'mp4', 'title': 'Pence MUST GO!', - 'description': 'md5:ec55d73e8f82876196d2ad44f7aebc73', + 'description': 'Vickie Gentry shared a memory.', 'timestamp': 1511548260, 'upload_date': '20171124', 'uploader': 'Vickie Gentry', @@ -273,10 +273,10 @@ class FacebookIE(InfoExtractor): 'id': '270103405756416', 'ext': 'mp4', 'title': 'Lela Evans', - 'description': 'md5:bf2cdd1a73f256c9be4f9ab6f150a336', + 'description': 'Today Makkovik\'s own Pilot Mandy Smith made her inaugural landing on the airstrip in her hometown. What a proud moment as we all cheered and...', 'thumbnail': r're:https?://scontent\.fitm\d-1\.fna\.fbcdn\.net/.+', 'uploader': 'Lela Evans', - 'uploader_id': 'pfbid0sxw6DgMnruDw4gES56Yef88PzBeMW9MoedKqmxsecL2GZ2kJXyErpi8GVwqeBzU4l', + 'uploader_id': 'pfbid02wjMpknobSMnyynK3TNKN4Ww1StcpAKXgowqTyge3bz7LwHZMQ68uiXzzbu7xeryBl', 'upload_date': '20231228', 'timestamp': 1703804085, 'duration': 394.347, @@ -322,7 +322,7 @@ class FacebookIE(InfoExtractor): 'id': '359649331226507', 'ext': 'mp4', 'title': 'Fnatic vs. EG - Group A - Opening Match - ESL One Birmingham Day 1', - 'description': 'md5:564ee4deb51d0bf77e95330beb6e0d13', + 'description': '#ESLOne VoD - Birmingham Finals Day#1 Fnatic vs. @Evil Geniuses', 'timestamp': 1527084179, 'upload_date': '20180523', 'uploader': 'ESL One Dota 2', @@ -342,7 +342,7 @@ class FacebookIE(InfoExtractor): 'title': 'Josef Novak on Reels', 'thumbnail': r're:https?://scontent\.fitm\d-1\.fna\.fbcdn\.net/.+', 'concurrent_view_count': int, - 'uploader_id': 'pfbid02gr9zfuWELKgiyQuPCAQP9o4PBvB7SncuSpFPpKLCPYrbxcDdfTwGvWX9y4JUM5V3l', + 'uploader_id': 'pfbid0cjYJYXpePWqhZ9DgpB6gKXrN2q3obwducdKm4wT7K5nkhbfKg5cneocYbsdaji7fl', 'timestamp': 1549275572, 'duration': 3.283, 'uploader': 'Josef Novak', @@ -407,7 +407,7 @@ class FacebookIE(InfoExtractor): 'id': '637246984455045', 'ext': 'mp4', 'title': 'ANALISI IN CAMPO OSCURO " Coaguli nel sangue dei vaccinati"', - 'description': 'md5:2e9f3f15e39de9adb2fe9e8e8a22fe3e', + 'description': 'Other event by Comitato Liberi Pensatori on Tuesday, October 18 2022', 'thumbnail': r're:https?://scontent\.fitm\d-1\.fna\.fbcdn\.net/.+', 'uploader': 'Comitato Liberi Pensatori', 'uploader_id': '100065709540881', @@ -464,6 +464,7 @@ class FacebookIE(InfoExtractor): 'uploader_id': '100063529778592', 'view_count': int, }, + 'params': {'extractor_args': {'generic': {'impersonate': ['chrome']}}}, }] _SUPPORTED_PAGLETS_REGEX = r'(?:pagelet_group_mall|permalink_video_pagelet|hyperfeed_story_id_[0-9a-f]+)' _api_config = {