Move css selector for images to config #16
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/feed2fedi!16
Loading…
Reference in a new issue
No description provided.
Delete branch "image_selector_in_conf"
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?
With this user can determine what images from original feed should be posted.
Now default is
img[src]which mean allimgtags withsrcattributeThanks for the PR
When you have a moment, can you please address the two issues found in the
...\checkspipline.With those two fixed I'd be happy to merge.
Don't worry too much about ruff. That'll fix itself with a
pre-commit run --all-filesand I can take care of that, if needed.Then i don't understand what break CI
CI breaks because source code hasn't been run through ruff format.
If you can, you might like to install pre-commit with pipx and then you can run
pre-commit run --all-filesbefore each git commit. Pre-commit will runruff formatas one of your steps.If you want, you can also run
pre-commit installto automatically run pre-commit before a git commit.Included in release 2.0.0