यह youtube-dl
youtubes डाउनलोड करने के लिए सॉफ्टवेयर का उपयोग करने के लिए बहुत उपयोगी माना जाता है ।
एक संदेश देखा जाता है और इसने काम करना बंद कर दिया है, जो निम्न है।
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
मुझे आगे बढ़ने के लिए क्या करना चाहिए?
Make sure you are using the latest version; type youtube-dl -U to update.
क्या तुमने वह किया?
youtube-dl -U
हैं अब और काम नहीं करता है। Youtube-dl को नवीनतम संस्करण में अपडेट करने के निर्देश निम्न हैं: youtube-dl काम नहीं कर रहा है । btw यह भी काम करता है अगर आप के pip install --upgrade youtube-dl
बजाय का उपयोग करें pip install --upgrade youtube_dl
और यह भी एक स्थानीय स्थापित (यानी sudo का उपयोग किए बिना) पायथन आभासी वातावरण के अंदर काम करता है।