You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hong Phuc
22868d5759
fix: re-review findings — os.system, truncation, recursion, swallowed errors
- Replace missed os.system() in posttextparser with subprocess.run
- Add truncate() after json.dump in videos.py save_data (trailing bytes bug)
- Replace exit() with sys.exit() in subreddit.py
- Add retry depth limit (50) to prevent infinite recursion in get_subreddit_threads
- Log search-scraping errors instead of silent except: pass in scraper.py
Co-Authored-By: RuFlo <ruv@ruv.net>
|
4 weeks ago |
| .. |
|
__init__.py
|
feat: Add Meta Threads platform support with factory pattern architecture
|
2 months ago |
|
auth.py
|
fix: medium+low issues — version check, URL regex, login wait, path DRY
|
4 weeks ago |
|
fetcher.py
|
feat: Add Meta Threads platform support with factory pattern architecture
|
2 months ago |
|
scraper.py
|
fix: re-review findings — os.system, truncation, recursion, swallowed errors
|
4 weeks ago |
|
screenshot.py
|
fix: security hardening — remove eval/os.system/shell=True, fix 11 bugs
|
4 weeks ago |