From 10ff4efd9f6ee6a72ceaeb27719baa673727f574 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 8 Dec 2022 08:11:11 +0100 Subject: [PATCH] add piped script --- resources/scripts/scrapers/piped-fix.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/scripts/scrapers/piped-fix.py b/resources/scripts/scrapers/piped-fix.py index 82f76cdc9..c2ccd16fd 100755 --- a/resources/scripts/scrapers/piped-fix.py +++ b/resources/scripts/scrapers/piped-fix.py @@ -1,8 +1,5 @@ # Fixes Piped ATOM feeds. # -# Make sure to have all dependencies installed: -# pip3 install asyncio (if using parallel version of the script) -# # You must provide raw ATOM feed XML data as input, for example with curl: # curl 'https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=UCXuqSBlHAE6Xw-yeJA0Tunw' | python ./piped-fix.py @@ -46,6 +43,5 @@ def main(): print(ET.tostring(feed_document).decode()) - if __name__ == '__main__': main() \ No newline at end of file