fireattack
fireattack
### Prerequisites * [x] Did you read FAQ section in [readme.md](https://github.com/Nandaka/PixivUtil2/blob/master/readme.md)? * [x] Did you test with the latest [releases](https://github.com/Nandaka/PixivUtil2/releases "latest releases") or [commit](https://github.com/Nandaka/PixivUtil2/commits/master "latest commit") ? * [x] Did...
Test with config.json: ```json { "extractor": { "postprocessors": [ { "name": "metadata", "event": "after", "directory": [".."], "filename": "!metadata.jsonl", "mode": "jsonl", "open": "a" } ] } } ``` Prior to https://github.com/mikf/gallery-dl/commit/1bdb0f7a49eb3643262b1b1818c3439592294535,...
# Bug Report ### Bug Description Injecting any rule, even the ones will not match, would break any websites built with this caseme.io service, including their homepage: https://caseme.io/ (I originally...
#### List the website(s) you're having issues with: ``` https://sub.info.mouser.com/npi-optdown-zh-tw?{private query parameters} ``` #### What happens? The above link is used to unsubscribe newsletter for mouser but it's blocked by...
I've noticed this happening a lot lately. Video segment download will stop at some point and never seem to recover. Re-start usually fixes it. ``` >ytarchive -w --verbose https://www.youtube.com/live/UbrJIO3rKRU best...
When downloading a post with file attachment e.g.  The downloaded zip file will have two copies of this file:  This only starts to happen lately.
### Steps to reproduce I have the same audio wav, in FLAC and WAV respectively. ```python from pathlib import Path import pydub import time print('start..') t = time.process_time() f =...
**Describe the bug** This post has no download button. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://x.com/seigura/status/1842037500065546723 **Screenshots** If applicable, add screenshots to help explain your problem....
As title. These services are geo-locked to only some countries and many people need to use proxy to visit them, including API endpoints.
## Environment data - Pylance version: v2024.9.2 - OS and version: Windows 10 - Python version: 3.12.1 x64 Official ## Repro Steps 1. create a `temp.py` file with ```python import...