Show name of downloader in verbose log

Closes #3703
This commit is contained in:
pukkandan
2022-05-11 07:20:54 +05:30
parent d76fa1f3d4
commit 3a408f9d19
7 changed files with 5 additions and 11 deletions
-2
View File
@@ -256,8 +256,6 @@ class F4mFD(FragmentFD):
A downloader for f4m manifests or AdobeHDS.
"""
FD_NAME = 'f4m'
def _get_unencrypted_media(self, doc):
media = doc.findall(_add_ns('media'))
if not media: