From 1da56990bc23a743452752cd6b6fc20b458b45b5 Mon Sep 17 00:00:00 2001 From: snobu Date: Tue, 11 May 2021 11:07:10 +0300 Subject: [PATCH] Cleanup README for thumb bug --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index ec69c74..fee6ffc 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ CI build status -### IMPORTANT NOTE (May 2021) -Please add `-x` (No experiements) to your command line as the MS Stream API is a little flaky returning thumbnails. - **destreamer v3.0** is just around the corner. You can try out a pre-release today by cloning [this branch](https://github.com/snobu/destreamer/tree/aria2c_forRealNow). ![destreamer](assets/logo.png) @@ -235,18 +232,6 @@ If you get a ```` when running destreamer, then make sure you're running a recent (post year 2019), stable version of **ffmpeg**. -One more - -``` -[WARNING] Got HTTP code 400. Retrying request... - -[WARNING] Here is the error message: -Buffer(128) [Uint8Array] [ - 123, 34, 101, 114, 114, 111, 114, 34, 58, 123, 34, 99, -[...] -``` - -If you get this, add `-x` to your invocation. This should skip thumnbail fetching. The thumbnail API is currently unstable or the thumbnail has not been generated yet. We'll try-catch around that, hopefully soon. - ## Contributing Contributions are welcome. Open an issue first before sending in a pull request. All pull requests require at least one code review before they are merged to master.