Fixed the rebrickable scraping to deal with changes #81
Reference in New Issue
Block a user
Delete Branch "hiddenside/BrickTracker:fix-instructions-download"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created a common naming schema for the instructions when downloaded
setnumber-set-name-rebrickable-name
so set 3816-1 Glove World would end up
3816-1-Glove-World-BI-3004-32-3816-V-29-39
If there is ever a duplicate name it appends _1+++
Using this in my .env file
REBRICKABLE_LINK_INSTRUCTIONS_PATTERN="https://rebrickable.com/instructions/{path}/"Just tested the code. It works great. Only issue i found is the progress bar for the download. Let me know when you are satisfied and I'll merge it 👍
Thanks @FrederikBaerentsen I will check out the progress bar today and update and rebase the PR and remove the WIP.
48aaeddb85to79f348178cWIP: Fixed the rebrickable scraping to deal with changesto Fixed the rebrickable scraping to deal with changes@FrederikBaerentsen please test again I believe I resolved the progress bar how it's working across the app. Thanks!
@FrederikBaerentsen anything else needed to get this merged? I have other PR's to open but just wanted to make sure this would get merged before pushing more. Thanks!
@hiddenside Been busy with work, but i'll merge it tonight! Just need to test the docker container again.
The docker image has been pushed to
:latest.