-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from jaydenpung/jaydenpung
Requests with cookies.txt
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
How do I download the tutorial with this code?
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instructions are here https://github.com/dcrystalj/hdpiano/blob/master/readme.md
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok but I have no experience in python and don't know where to start.
Ps, does this include the paid tutorials?
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, https://lmgtfy.app/?q=setup+python+and+pip&iie=1
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do I do now?
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
google until you make it
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find anything.
I did install python for vscode and pip but it gives an error: ModuleNotFoundError: No module named 'bs4'
I don't know what to do now your help would be much appreciated.
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run:
pip install beautifulsoup4
pip install requests
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok will try!
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zsh: command not found: pip
:(
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be clear to download the lessons I have to run the code in vscode correct?
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok so I managed to download Beautifulsoup4.
What do I do next?
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vscode gives me the following problems:
Unable to import 'requests' pylint(import-error) [4,1]
Unable to import 'requests.auth' pylint(import-error) [5,1]
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for bothering you.
I managed to solve the can't import bs4 error.
Now vscode gives this error.
ImportError: No module named requests
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got everything working now!
The lessons are downloading at the moment!
Thanks for your help.
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@L-Coetzee could you please send me the videos you've just downloaded? Here is my email: [email protected]
4c6219b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your job... i have no issue in this code but just writing in output this but but there is no file in folder
downloading https://hdpiano.com/lesson/georgia-on-my-mind-by-ray-charles/#part-5
Process finished with exit code 0
from requests.auth import HTTPBasicAuth in my pycharm are grey //is this making trouble ?