You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Lets you specify domain-specific yt-dlp arguments (e.g., `--http-chunk-size 0 --downloader native`) for problematic sites like Rumble, BitChute, Odysee, etc.
228
+
- (list can be expanded by the user in `config.ini` as needed)
229
+
- This approach solves repeated “Separator not found” or TCP/SSL connection errors by applying fallback flags/headers strictly to domains known to need them—without affecting other sites or default performance.
230
+
- The bot automatically detects if the domain portion of the URL matches your `special_domain_commands` and injects those extra yt-dlp flags into the download process, eliminating chunking/SSL issues specific to that site.
- Added new config option `send_timestamped_txt` under `[TranscriptionSettings]` in `config.ini`.
225
233
- If `sendasfiles = true` and `send_timestamped_txt = true`, the bot now generates and sends an additional `*_timestamped.txt` file along with the standard `.txt`, `.srt`, and `.vtt` files.
0 commit comments