1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 00:48:28 +00:00

Apply suggestions

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
doe1080 2025-08-02 04:43:22 +09:00 committed by GitHub
parent ed6d484f80
commit 9dd3307513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -90,7 +90,6 @@ class FacebookIE(InfoExtractor):
}, },
'expected_warnings': ['Cannot parse data'], 'expected_warnings': ['Cannot parse data'],
}, { }, {
# Requires logging in
'url': 'https://www.facebook.com/video.php?v=637842556329505&fref=nf', 'url': 'https://www.facebook.com/video.php?v=637842556329505&fref=nf',
'md5': '6a40d33c0eccbb1af76cf0485a052659', 'md5': '6a40d33c0eccbb1af76cf0485a052659',
'info_dict': { 'info_dict': {
@ -101,7 +100,7 @@ class FacebookIE(InfoExtractor):
'upload_date': '20140908', 'upload_date': '20140908',
'timestamp': 1410199200, 'timestamp': 1410199200,
}, },
'skip': 'Invalid URL', 'skip': 'Requires logging in',
}, { }, {
# data.video # data.video
'url': 'https://www.facebook.com/video.php?v=274175099429670', 'url': 'https://www.facebook.com/video.php?v=274175099429670',
@ -121,7 +120,6 @@ class FacebookIE(InfoExtractor):
}, },
'expected_warnings': ['Cannot parse data'], 'expected_warnings': ['Cannot parse data'],
}, { }, {
# Requires logging in
'note': 'Video with DASH manifest', 'note': 'Video with DASH manifest',
'url': 'https://www.facebook.com/video.php?v=957955867617029', 'url': 'https://www.facebook.com/video.php?v=957955867617029',
'md5': 'b2c28d528273b323abe5c6ab59f0f030', 'md5': 'b2c28d528273b323abe5c6ab59f0f030',
@ -133,7 +131,7 @@ class FacebookIE(InfoExtractor):
'upload_date': '20160110', 'upload_date': '20160110',
'timestamp': 1452431627, 'timestamp': 1452431627,
}, },
'skip': 'Invalid URL', 'skip': 'Requires logging in',
}, { }, {
'url': 'https://www.facebook.com/maxlayn/posts/10153807558977570', 'url': 'https://www.facebook.com/maxlayn/posts/10153807558977570',
'md5': '037b1fa7f3c2d02b7a0d7bc16031ecc6', 'md5': '037b1fa7f3c2d02b7a0d7bc16031ecc6',
@ -375,7 +373,7 @@ class FacebookIE(InfoExtractor):
'upload_date': '20201123', 'upload_date': '20201123',
'timestamp': 1606162592, 'timestamp': 1606162592,
}, },
'skip': 'Invalid URL', 'skip': 'Requires logging in',
}, { }, {
# node.comet_sections.content.story.attached_story.attachments.style_type_renderer.attachment.media # node.comet_sections.content.story.attached_story.attachments.style_type_renderer.attachment.media
'url': 'https://www.facebook.com/groups/ateistiskselskab/permalink/10154930137678856/', 'url': 'https://www.facebook.com/groups/ateistiskselskab/permalink/10154930137678856/',
@ -1010,7 +1008,7 @@ class FacebookRedirectURLIE(InfoExtractor):
'view_count': int, 'view_count': int,
'like_count': int, 'like_count': int,
}, },
'skip': 'Invalid URL', 'skip': 'Youtube video is now private',
}] }]
def _real_extract(self, url): def _real_extract(self, url):

View File

@ -98,7 +98,7 @@ class ViewLiftEmbedIE(ViewLiftBaseIE):
'ext': 'mp4', 'ext': 'mp4',
'title': '#whilewewatch', 'title': '#whilewewatch',
}, },
'skip': 'Invalid URL', 'skip': 'Dead embed URL',
}] }]
def _real_extract(self, url): def _real_extract(self, url):