Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add patterns to parse_url() #231

Closed
doncwilliam opened this issue Jan 5, 2023 · 2 comments
Closed

add patterns to parse_url() #231

doncwilliam opened this issue Jan 5, 2023 · 2 comments

Comments

@doncwilliam
Copy link

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
Copy link
Owner

wkentaro commented Feb 6, 2023

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

See #235 (comment) for detail

@wkentaro
Copy link
Owner

Closed via #255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants