wkentaro / gdown

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

Unify Dash Types #199

Closed sabihismail closed 1 year ago

sabihismail commented 2 years ago

Hi, this PR aims to fix a bug where there are 2 types of dashes in the title of the page.

Example (one dash is of one type separator, the other is another): Avenged Sevenfold - A Little Piece of Heaven - Google Drive

When the split happens, it looks at the first one through pure coincidence: name = "Avenged Sevenfold"

What we really want is: name = "Avenged Sevenfold - A Little Piece of Heaven"

Let me know if this fix works.