Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Possible Bug: --reject-title not rejecting? #12521
Comments
|
Post the full output of youtube-dl when run with
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
|
@dsftw sorry I forgot to paste that in
|
|
Did you even read the description of |
|
@dstftw I did, it says, "Skip download for matching titles" |
|
I'm just wondering why it still does "[ffmpeg] Fixing malformated aac bitstream" even though it doesn't edit the file |
|
not a "REGEX" literal. |
|
@dstftw "--reject-title regex" still doesn't skip the "[ffmpeg] Fixing malformated aac bitstream" though |
|
|
|
@dstftw i'm really sorry i didn't understand before, now i fully understand, thank you very much for your time and help, i really appreciate it |
|
I'd just like to add, in case anyone reads this, I make a mistake, this was not what I was after, but I have sorted it now |
Description of your issue, suggested solution and other information
Hi, I'm not 100% sure if this is a bug or not, when I use "--reject-title REGEX" it should be skipping a matching file, instead it still shows "[ffmpeg] Fixing malformated aac bitstream" for each file, is there a way I can stop "[ffmpeg] Fixing malformated aac bitstream" from appearing when a matching file is found, thank you very much