Thread
:
How do I know which Metadata Source Plugin was called from fetch-ebook-metadata?
View Single Post
04-22-2023, 08:58 AM
#
7
eryMpexI
Junior Member
Posts: 4
Karma: 10
Join Date: Apr 2023
Device: PDF reader on Windows
Quote:
Originally Posted by
kovidgoyal
| grep -v '^Failed'
Thanks, I ended up doing something similar (in Shell), using awk to match only the XML:
Code:
fetch-ebook-metadata --isbn="${ISBN}" --opf | awk '/<?xml/,/package>/'
eryMpexI
View Public Profile
Find More Posts by eryMpexI
Track Posts by eryMpexI via RSS