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

packtpub site support #12610

Closed
jaan143 opened this issue Mar 31, 2017 · 1 comment
Closed

packtpub site support #12610

jaan143 opened this issue Mar 31, 2017 · 1 comment

Comments

@jaan143
Copy link

@jaan143 jaan143 commented Mar 31, 2017

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.03.26. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2017.03.26

Before submitting an issue make sure you have:

  • [x ] At least skimmed through README and most notably FAQ and BUGS sections
  • [ x] Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • [ x] Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

can you please add this website to download video courses which they allow to watch online
packtpub.com

course link
https://www.packtpub.com/mapt/video/web-development/9781787122215

@dstftw dstftw closed this in 7453999 Mar 31, 2017
@jaan143
Copy link
Author

@jaan143 jaan143 commented Apr 1, 2017

is it working with this file ?
i put these two changes in my folder but i am getting this error
PS C:\Users\vicky\downloads> youtube-dl --verbose -o '~/downloads/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' h
ttps://www.packtpub.com/mapt/video/web-development/9781787122215 --username 123@gmail.com --password 123
Traceback (most recent call last):
File "c:\users\vicky\appdata\local\programs\python\python35\lib\site-packages\youtube_dl\extractor_init_.py", line
4, in
from .lazy_extractors import *
ImportError: No module named 'youtube_dl.extractor.lazy_extractors'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\vicky\appdata\local\programs\python\python35\lib\runpy.py", line 184, in run_module_as_main
"main", mod_spec)
File "c:\users\vicky\appdata\local\programs\python\python35\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\vicky\AppData\Local\Programs\Python\Python35\Scripts\youtube-dl.exe_main
.py", line 5, in
File "c:\users\vicky\appdata\local\programs\python\python35\lib\site-packages\youtube_dl_init
.py", line 43, in
from .extractor import gen_extractors, list_extractors
File "c:\users\vicky\appdata\local\programs\python\python35\lib\site-packages\youtube_dl\extractor_init_.py", line
9, in
from .extractors import *
File "c:\users\vicky\appdata\local\programs\python\python35\lib\site-packages\youtube_dl\extractor\extractors.py", lin
e 731
+from .packtpub import (
^
SyntaxError: invalid syntax
PS C:\Users\vicky\downloads>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.