Skip to content

Commit

Permalink
v2.3;
Browse files Browse the repository at this point in the history
Remove README warning about cookie file deletion when downloading protected files.
  • Loading branch information
circulosmeos committed May 12, 2023
1 parent ff169dc commit 725fd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Download of protected files can be done manually exporting browers' auth cookies

3. if using firefox and "cookies-txt" addon, open the `cookies.txt` exported file and remove the string "#HttpOnly_" from all lines. With vim this suffices: ":%s/^#HttpOnly_//" (and ":wq" to exit). If you're an experienced txt master, maintain only "^[^\s]*.google.com" lines, and remove from them the string "#HttpOnly_".

4. copy the (cookies.txt) modified content (if using firefox and cookies-txt) or copy directly from the clipboard (if using chrome and editthiscookie addon) to `gdown.cookie.temp` file in the same directory where you'll run `gdown.pl`. Note that `gdown.cookie.temp` will be deleted after each download, so retain its data in order to use it multiple times (for example make a master copy, and copy it to `gdown.cookie.temp` before each run).
4. copy the (cookies.txt) modified content (if using firefox and cookies-txt) or copy directly from the clipboard (if using chrome and editthiscookie addon) to `gdown.cookie.temp` file in the same directory where you'll run `gdown.pl`.

5. run `gdown.pl` with your protected link

Expand All @@ -48,7 +48,7 @@ Download of protected files can be done manually exporting browers' auth cookies
Version
=======

This version is **v2.2**.
This version is **v2.3**.

### Warning

Expand Down
4 changes: 2 additions & 2 deletions gdown.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
# v1.0 by circulosmeos 04-2014.
# v1.1 by circulosmeos 01-2017.
# v1.2, v1.3, v1.4, 2.0 by circulosmeos 01-2019, 02-2019.
# v1.2, v1.3, v1.4, v2.0 by circulosmeos 01-2019, 02-2019.
# v2.1 by circulosmeos 12-2020.
# v2.2 by circulosmeos 05-2023.
# v2.2, v2.3 by circulosmeos 05-2023.
# //circulosmeos.wordpress.com/2014/04/12/google-drive-direct-download-of-big-files
# Distributed under GPL 3 (//www.gnu.org/licenses/gpl-3.0.html)
#
Expand Down

0 comments on commit 725fd9d

Please sign in to comment.