Commit Graph

4 Commits (cec240eb2d82a32e7b54b40b858f40e7b2a3ba8a)

Author SHA1 Message Date
Ha Tien Loi 026435714c
[extractor/LastFM] Rewrite playlist extraction ()
Authored by: hatienl0i261299, pukkandan
Closes 
pukkandan a70635b8a1
[cleanup, utils] Don't use kwargs for `format_field`
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
mehq b8f2f8f6b3
[LastFM] Add extractors ()
Closes 
Authored by: mehq