Commit Graph

6 Commits (cec240eb2d82a32e7b54b40b858f40e7b2a3ba8a)

Author SHA1 Message Date
DrakoCpp 6403530e2d
[ie/murrtube] Fix extractor ()
Closes 
Authored by: DrakoCpp
sepro add96eb9f8
[cleanup] Add more ruff rules ()
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
sepro df773c3d5d
[cleanup] Mark broken and remove dead extractors ()
Authored by: seproDev
pukkandan 6368e2e639
[cleanup] Misc
Closes 
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
cyberfox1691 812283199a
[murrtube] Add extractor ()
Authored by: cyberfox1691