dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

youtube-dl missing 'AtomicParsley ' when using --embed-thumbnail

Open jobrien2001 opened this issue 5 years ago • 4 comments

when using switch --embed-thumbnail this error pops up

ERROR: AtomicParsley was not found. Please install.

Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2054, in post_process
files_to_delete, info = pp.run(info)
File "/usr/lib/python3.7/site-packages/youtube_dl/postprocessor/embedthumbnail.py", line 60, in run
raise EmbedThumbnailPPError('AtomicParsley was not found. Please install.')
youtube_dl.postprocessor.embedthumbnail.EmbedThumbnailPPError: AtomicParsley was not found. Please install.

jobrien2001 avatar Aug 12 '19 08:08 jobrien2001

Download AtomicParsley from https://github.com/wez/atomicparsley and add to path

PiotrBalik avatar Jan 29 '22 23:01 PiotrBalik

What path does AtomicParsley need to be installed to?

AustinSaintAubin avatar Jan 05 '23 03:01 AustinSaintAubin

Any system path that makes it visible from your console, so that youtube-dl can also use it. Check out https://askubuntu.com/questions/109381/how-to-add-path-of-a-program-to-path-environment-variable

PiotrBalik avatar Jan 05 '23 09:01 PiotrBalik

Ah, thanks.

AustinSaintAubin avatar Jan 07 '23 19:01 AustinSaintAubin