Move css selector for images to config #16

Merged
MrClon merged 1 commit from image_selector_in_conf into wip 2023-12-29 01:19:11 +00:00
MrClon commented 2023-12-22 21:29:24 +00:00 (Migrated from codeberg.org)

With this user can determine what images from original feed should be posted.
Now default is img[src] which mean all img tags with src attribute

With this user can determine what images from original feed should be posted. Now default is `img[src]` which mean all `img` tags with `src` attribute
marvin8 commented 2023-12-28 20:33:07 +00:00 (Migrated from codeberg.org)

Thanks for the PR

When you have a moment, can you please address the two issues found in the ...\checks pipline.

With those two fixed I'd be happy to merge.

Thanks for the PR When you have a moment, can you please address the two issues found in the [`...\checks` pipline](https://ci.codeberg.org/repos/12829/pipeline/17/1). With those two fixed I'd be happy to merge.
marvin8 commented 2023-12-28 21:42:47 +00:00 (Migrated from codeberg.org)

Don't worry too much about ruff. That'll fix itself with a pre-commit run --all-files and I can take care of that, if needed.

Don't worry too much about ruff. That'll fix itself with a `pre-commit run --all-files` and I can take care of that, if needed.
MrClon commented 2023-12-28 21:51:59 +00:00 (Migrated from codeberg.org)

Then i don't understand what break CI

Then i don't understand what break CI
marvin8 commented 2023-12-29 01:07:14 +00:00 (Migrated from codeberg.org)

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-files before each git commit. Pre-commit will run ruff format as one of your steps.

If you want, you can also run pre-commit install to automatically run pre-commit before a git commit.

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-files` before each git commit. Pre-commit will run `ruff format` as one of your steps. If you want, you can also run `pre-commit install` to automatically run pre-commit before a git commit.
marvin8 commented 2024-01-17 05:00:51 +00:00 (Migrated from codeberg.org)

Included in release 2.0.0

Included in release 2.0.0
Sign in to join this conversation.
No description provided.