Commit Graph

8 Commits

Author SHA1 Message Date
Username
e24f68500c style: normalize indentation and improve code style
- convert tabs to 4-space indentation
- add docstrings to modules and classes
- remove unused import (copy)
- use explicit object inheritance
- use 'while True' over 'while 1'
- use 'while args' over 'while len(args)'
- use '{}' over 'dict()'
- consistent string formatting
- Python 2/3 compatible Queue import
2025-12-20 23:18:45 +01:00
Username
f289057267 cleanup: minor fixes in comboparse and soup_parser 2025-12-20 22:28:47 +01:00
Username
86cabd1562 standardize code style: shebangs, class definitions, comments 2025-12-20 18:05:41 +01:00
Username
31a3ac9a8b soup_parser: add stdlib HTMLParser fallback 2025-12-20 17:33:39 +01:00
Username
dc545494b9 soup_parser: remove dead gumbo code 2025-12-20 16:46:08 +01:00
mickael
85043d8e8a move includes in root directory 2019-01-05 00:22:28 +00:00
mickael
4a60a23df3 fix imports
+ move soup_parser.py to includes
+ reorganize imports
+ remove double
2019-01-04 21:23:22 +00:00
mickael
3fb2dc40a6 initial commit 2019-01-03 16:36:31 +00:00