-
-
Notifications
You must be signed in to change notification settings - Fork 373
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: wkentaro/gdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: IAHispano/gdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 23 files changed
- 3 contributors
Commits on Jan 13, 2024
-
Fix "Google Drive cannot scan this file for viruses"
- Change re.search('id="download-form" action="(.+?)"' => re.search(r'href="(\/uc\?export=download[^"]+)' - The uuid will be searched to obtain the complete direct link. - With the above, another way to get the name of the file was added - Removed some "unnecessary" logs
Configuration menu - View commit details
-
Copy full SHA for 76b2487 - Browse repository at this point
Copy the full SHA 76b2487View commit details
Commits on Feb 13, 2024
-
Fix "Sorry, you can't view or download this file at this time."
- Changed to how the html is currently displayed - Now you also get the variable at Regarding the above, now you need to put all your google cookies in a json in the following path home = osp.expanduser("~") cookies_file = osp.join(home, ".cache/gdown/cookies.json") In Windows : C:\Users\Vidal\.cache\gdown In linux : /root/.cache/gdown/cookies.json
Configuration menu - View commit details
-
Copy full SHA for 97bbdd4 - Browse repository at this point
Copy the full SHA 97bbdd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4760869 - Browse repository at this point
Copy the full SHA 4760869View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfeee79 - Browse repository at this point
Copy the full SHA cfeee79View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef29b7b - Browse repository at this point
Copy the full SHA ef29b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 604c516 - Browse repository at this point
Copy the full SHA 604c516View commit details -
Now instead of json we will use a .txt file that will be generated by a browser extension.
Configuration menu - View commit details
-
Copy full SHA for fe3c127 - Browse repository at this point
Copy the full SHA fe3c127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b38fbd - Browse repository at this point
Copy the full SHA 6b38fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddeab93 - Browse repository at this point
Copy the full SHA ddeab93View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f0bd9d - Browse repository at this point
Copy the full SHA 6f0bd9dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main