youtube-dl
ইউটিউবগুলি ডাউনলোড করার জন্য সফটওয়্যারটি ব্যবহার করা খুব দরকারী বলে বিবেচিত হয় ।
একটি বার্তা দেখা গেছে এবং এটি কাজ করা বন্ধ করে দিয়েছে, যা নিম্নলিখিত।
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
আর কাজ করে না। সর্বশেষ সংস্করণে ইউটিউব-ডিএল আপডেট করার নির্দেশাবলী এখানে রয়েছে: ইউটিউব-ডিএল কাজ করছে না । আপনি যদি এর pip install --upgrade youtube-dl
পরিবর্তে ব্যবহার করেন তবে বিটিডব্লিউ এটিও কাজ করে pip install --upgrade youtube_dl
এবং এটি পাইথন ভার্চুয়াল পরিবেশের মধ্যে স্থানীয় ইনস্টল (যেমন সুডো ব্যবহার না করে) জন্য কাজ করে।