add piped script
This commit is contained in:
parent
f17db94847
commit
10ff4efd9f
@ -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()
|
Loading…
x
Reference in New Issue
Block a user