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