-
-
Notifications
You must be signed in to change notification settings - Fork 46.5k
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
Instagram Video and IGTV downloader #3981
Conversation
Download Video and IGTV from Instagram
Pull Request Report@Epic-R-R Hello! I'm a bot made to check all the pull request Python files. First of all, I want to say thank you for your time and interest in this project and for opening a pull request. There seems to be missing requirements in some of the Python files submitted in this pull request. Please read through the report and make the necessary changes. You can take a look at the relevant links provided after the report. What are node paths? 🔽
Following functions require tests [
|
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.
Requests has json builtin.
The first thing that I would do after running this would be to rename the file to something relevant. Would there be a way to parse a more useful file name out of the user input?
FYI, I am not a big fan of the way this code is written just to fool the bot to remove the |
this is more of a command line tool, please implement the following things:
|
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.
Please make the following changes first then you can add the doctests (or you can leave them because it is a downloading proggram and doctest might not be possible here)
I Update the code but in pre-commit, I have some error in the download_video function. |
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.
Nice!
So, no tests? |
Great, thank you for Update the code |
Wow, the code lines shrank too much 😄 |
;-). That’s what I do... https://github.com/cclauss/Ten-lines-or-less |
Explicit is better than implicit. 😉 |
What is implicit in this code? |
Nothing, just putting this line out there :) |
As I wrote you before, web programming tests are difficult to write without mocking so that basically makes doctests a nonstarter. If someone would be willing to add tests to this or another web programming algorithm, then we could use that as a guide for future web programming contributors. |
I will try to do that. In the meantime, if possible can you give a small glance to #3977 just to determine whether it's worth doing? Also, I am in the middle of redesigning the parser for the bot and it will do more than just a comment. :) |
* Instagram Video and IGTV downloader Download Video and IGTV from Instagram * Update * Update * Some Change * Update * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
* Instagram Video and IGTV downloader Download Video and IGTV from Instagram * Update * Update * Some Change * Update * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
* Instagram Video and IGTV downloader Download Video and IGTV from Instagram * Update * Update * Some Change * Update * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
* Instagram Video and IGTV downloader Download Video and IGTV from Instagram * Update * Update * Some Change * Update * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py * Update instagram_video.py Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
Download Video and IGTV from Instagram
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.