You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PxINKY found that Gumroad can embed directly into the page to allow creators to embed videos/images into the page, this result removes download_url from the item object.
To overcome this we can extract download URLs from raw HTML (like we did before in f30e7ef) and do something with them.
I've made a small utility method from to extract all files from raw HTML.
@PxINKY found that Gumroad can embed directly into the page to allow creators to embed videos/images into the page, this result removes
download_url
from the item object.To overcome this we can extract download URLs from raw HTML (like we did before in f30e7ef) and do something with them.
I've made a small utility method from to extract all files from raw HTML.
{file_name}.{file_type}
- not the best key here because we can have many files with same name in different folders.If I remember correctly, each file should have a unique id in JSON. If they use this "uid" in HTML then it's an easy go, otherwise meh...
The text was updated successfully, but these errors were encountered: