nightshadow92

Results 3 issues of nightshadow92

### What problem is this feature trying to solve? Currently, the only way to save DepotManifest is using `SaveToFile()`, making `Serialize()` public would allow alternatives. ### How would you like...

enhancement

When a configuration file is loaded with a setting that ends with a `"`, it does not add a closing double quote at the end, causing an incomplete setting. **Example:**...

The `--replace-in-metadata` option requires three values: a field, a regex, and a replacement string, such as `--replace-in-metadata "title" "&" "_"`. `ReplaceInMetadata` is passed to yt-dlp as `--replace-in-metadata "title '&' '_'"`....