Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packt pub not fix #21695

Closed
jaan143 opened this issue Jul 9, 2019 · 1 comment
Closed

packt pub not fix #21695

jaan143 opened this issue Jul 9, 2019 · 1 comment

Comments

@jaan143
Copy link

@jaan143 jaan143 commented Jul 9, 2019

Checklist

  • [x ] I'm reporting a broken site support issue
  • [x ] I've verified that I'm running youtube-dl version 2019.07.02
  • [x ] I've checked that all provided URLs are alive and playable in a browser
  • [x ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [ x] I've searched the bugtracker for similar bug reports including closed ones
  • [x ] I've read bugs section in FAQ

Verbose log

PASTE VERBOSE LOG HERE

PS C:\Users\HDNLSR> youtube-dl --verbose -o 'p:\contents\New folder/%(playlist)s/%(chapter_number)s - %(chapter)s/%(t
itle)s.%(ext)s' https://subscription.packtpub.com/video/programming/9781838988906 --limit-rate 5000k --sleep-interval 30
--ignore-errors --username 12345@gmail.com --password 123456
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-o', 'p:\contents\New folder/%(playlist)s/%(chapter_number)s - %(chapter)s/%
(title)s.%(ext)s', 'https://subscription.packtpub.com/video/programming/9781838988906', '--limit-rate', '5000k', '--slee
p-interval', '30', '--ignore-errors', '--username', 'PRIVATE', '--password', 'PRIVATE']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2019.07.02
[debug] Python version 3.6.4rc1 (CPython) - Windows-2012ServerR2-6.3.9600-SP0
[debug] exe versions: ffmpeg N-89395-g71421f382f, ffprobe N-89395-g71421f382f
[debug] Proxy map: {}
[PacktPubCourse] 9781838988906: Downloading JSON metadata
[PacktPubCourse] 9781838988906: Downloading JSON metadata
[download] Downloading playlist: Building Blocks of inDesign [Video]
[PacktPubCourse] playlist Building Blocks of inDesign [Video]: Collected 10 video ids (downloading 10 of them)
[download] Downloading video 1 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_1
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result
extra_info=extra_info, download=False, process=False)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[download] Downloading video 2 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_2
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result
extra_info=extra_info, download=False, process=False)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[download] Downloading video 3 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_3
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result
extra_info=extra_info, download=False, process=False)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[download] Downloading video 4 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_4
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result
extra_info=extra_info, download=False, process=False)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[download] Downloading video 5 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_5
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result
extra_info=extra_info, download=False, process=False)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[download] Downloading video 6 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_6
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result
extra_info=extra_info, download=False, process=False)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[download] Downloading video 7 of 10
ERROR: no suitable InfoExtractor for URL https://subscription.packtpub.com/video/programming/9781838988906/p1/video1_7
File "c:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\youtube-dl.exe_main
.py", line 9, in
sys.exit(main())
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 474, in main
real_main(argv)
File "c:\python36\lib\site-packages\youtube_dl_init
.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 1006, in process_ie_result
extra_info=extra)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 873, in process_ie_result

Description

WRITE DESCRIPTION HERE
recent updated file is not working i think @remitamine brother may be wrong url in script or may be something other needs to fix

please check
thank you

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2019

It's not released.

@dstftw dstftw closed this Jul 9, 2019
@ytdl-org ytdl-org locked and limited conversation to collaborators Jul 9, 2019
remitamine added a commit that referenced this issue Jul 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.