andyjsmith / SmugMug-Downloader

Download all the images from a SmugMug user
47 stars 19 forks source link

Album titles containing quotation #15

Open CHJ85 opened 1 year ago

CHJ85 commented 1 year ago

Hi there. How do I download albums that contains quote or double quotations in em. My current solution is to escape the quote with a backslash (). Found this by googeling. But this is not very self-explanatory. Would be nice if I could just paste in the URL. Feature request btw. Thanks.

andyjsmith commented 1 year ago

That's the most practical way to do it. Since it's entered via command line, you'll have to escape it somehow, like with a backslash.

CHJ85 commented 1 year ago

Right. But would it be possible to add a URL flag and let the script extract user and album from that?

andyjsmith commented 1 year ago

Probably, I just don't have the time to work on this old project right now. You're welcome to implement it yourself and submit a PR.