wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.11k stars 343 forks source link

add patterns to parse_url() #231

Closed doncwilliam closed 1 year ago

doncwilliam commented 1 year ago

The parse_url() function in download.py only tests r"^/file/d/(.?)/view$" and r"^/presentation/d/(.?)/edit$". Can you please add r"^/document/d/(.?)/edit$" and r"^/spreadsheets/d/(.?)/edit$"? Thank you!

wkentaro commented 1 year ago

I tested with using Id-like value from spreadsheets, but it didn't work:

See https://github.com/wkentaro/gdown/issues/235#issuecomment-1419058762 for detail

wkentaro commented 1 year ago

Closed via https://github.com/wkentaro/gdown/pull/255