kiliman / tailwindui-crawler

tailwindui-crawler downloads the component HTML files locally
MIT License
773 stars 99 forks source link

Components not crawling #86

Open vladislavasemernina opened 1 month ago

vladislavasemernina commented 1 month ago

Only templates is downloadable

settings

//email //pass OUTPUT=./output LANGUAGES=html,react,vue,alpine COMPONENTS=all BUILDINDEX=1 TEMPLATES=1

aetxebeste commented 1 month ago

+1 the same behavior

krainovw commented 4 weeks ago

Plus 1

BrandonClapp commented 5 days ago

Same

# EMAIL...
# PASSWORD...
COMPONENTS=application-ui
OUTPUT=./output
LANGUAGES=html
BUILDINDEX=0
BrandonClapp commented 4 days ago

Opened a PR to fix this https://github.com/kiliman/tailwindui-crawler/pull/87

Until this is merged, feel free to use my fork https://github.com/BrandonClapp/tailwindui-crawler

kiliman commented 1 day ago

Sorry for the delay. My wife has been in the hospital for the past couple of weeks so haven’t had a lot of free time to review this. I hope to get to this by the end of the week. Thanks for your patience.

BrandonClapp commented 1 day ago

Sorry for the delay. My wife has been in the hospital for the past couple of weeks so haven’t had a lot of free time to review this. I hope to get to this by the end of the week. Thanks for your patience.

No problem, I hope all is well! I was able to crawl and save successfully on my fork above.