yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
998 stars 180 forks source link

Ignore errors option is not working #188

Closed muhammed9865 closed 2 years ago

muhammed9865 commented 2 years ago

I'm facing a problem getting playlist info when there are unavailable videos

image

even though I added --ignore-errors to options options are: --ignore-errors --no-warnings --get-title --get-thumbnail --get-url -f best all the options are working but --ignore-errors isn't.

muhammed9865 commented 2 years ago

Or any error actually is ignored, faced the same issue when the playlist contains a private video

muhammed9865 commented 2 years ago

Found the solution in commit b78d303ae42ea1f298bea53e4f69f934093dbc4a where --ignore-errors option won't actually ignore if --dump-json wasn't added to options. Hopefully that will be fixed in newer versions.