8000 Comparing wkentaro:main...IAHispano:main · wkentaro/gdown · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

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
Choose a base ref
...
head repository: IAHispano/gdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 23 files changed
  • 3 contributors

Commits on Jan 13, 2024

  1. 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
    Vidalnt committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    76b2487 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. 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
    Vidalnt committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    97bbdd4 View commit details
    Browse the repository at this point in the history
  2. Add Images To Readme.md

    Vidalnt authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4760869 View commit details
    Browse the repository at this point in the history
  3. Path Fix in Readme.md

    Vidalnt authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cfeee79 View commit details
    Browse the repository at this point in the history
  4. Change Message

    Vidalnt authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ef29b7b View commit details
    Browse the repository at this point in the history
  5. Better Images

    Vidalnt authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    604c516 View commit details
    Browse the repository at this point in the history
  6. Cookies json to txt

    Now instead of json we will use a .txt file that will be generated by a browser extension.
    Vidalnt committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fe3c127 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    blaisewf authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6b38fbd View commit details
    Browse the repository at this point in the history
  8. Update README.md

    blaisewf authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ddeab93 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    6f0bd9d View commit details
    Browse the repository at this point in the history
Loading
0