diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-09-23 15:00:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 20:00:31 +0000 |
commit | 5ca095cbcde3e32642a4fe5b2d69e8e3c785a021 (patch) | |
tree | d238e3e1c8ad4100a16b781678aaec712b954ac5 /yt_dlp/extractor/s4c.py | |
parent | c2da0b5ea215298135f76e3dc14b972a3c4afacb (diff) |
[cleanup] Misc (#8182)
Closes #7796, Closes #8028
Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly
Diffstat (limited to 'yt_dlp/extractor/s4c.py')
-rw-r--r-- | yt_dlp/extractor/s4c.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/s4c.py b/yt_dlp/extractor/s4c.py index 990ea2b44..67eff723b 100644 --- a/yt_dlp/extractor/s4c.py +++ b/yt_dlp/extractor/s4c.py @@ -78,7 +78,6 @@ class S4CSeriesIE(InfoExtractor): 'info_dict': { 'id': '864982911', 'title': 'Iaith ar Daith', - 'description': 'md5:e878ebf660dce89bd2ef521d7ce06397' }, }, { 'url': 'https://www.s4c.cymru/clic/series/866852587', @@ -86,7 +85,6 @@ class S4CSeriesIE(InfoExtractor): 'info_dict': { 'id': '866852587', 'title': 'FFIT Cymru', - 'description': 'md5:abcb3c129cb68dbb6cd304fd33b07e96' }, }] |