shahednasser / cross-post

Cross Post a blog to multiple websites
https://www.npmjs.com/package/cross-post-blog
MIT License
122 stars 16 forks source link

Add Option for Main Image Selector #3

Closed shahednasser closed 3 years ago

shahednasser commented 3 years ago

Currently, when getting an article from a URL, the main image is just the first image inside the <article> tag. We need to add an option for the run command that accepts the selector of the main image, or allow it to be set by default using the config command, then using the value set in the run command.

AlessandroVol23 commented 3 years ago

Yes, I face the same issue. Any way to overcome this issue to post an article anyway?

shahednasser commented 3 years ago

Hi @AlessandroVol23 , I'm gonna try to take some time throughout this week to resolve this. Unfortunately, I've been busy and unable to maintain this project.

If you would like to contribute that would be of great help.

shahednasser commented 3 years ago

This issue has now been resolved. New options have been added to specify the image selector and more. @AlessandroVol23 I suggest you update the tool, check the README then try again.