jbsparrow / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
183 stars 14 forks source link

feat: add support for password protected GoFile URLs #156

Closed jbsparrow closed 1 month ago

jbsparrow commented 1 month ago

Users can include the password as a query parameter in the input URL, adding ?password=<URL_PASSWORD> to it. Example: https://gofile.io/d/xUprGg?password=1234

[!NOTE]
password if not a valid query parameter for a regular GoFile link (only via the API) but it makes the implementation easy to use.