unregistered / Maxel

A native download accelerator for Mac OS X.
http://maxelapp.com/
28 stars 2 forks source link

Put.io RSS Feed Support #110

Open dannyvfilms opened 5 years ago

dannyvfilms commented 5 years ago

Currently Maxel will download a .RSS file of this format of link (might not be able to view without authentication): https://api.put.io/rss/mp4/581617930

These RSS links contain download links for specific files in a certain Put.io folder, and would essentially support automated downloading of watch folders. Downloading these contained links rather than a .RSS file would be fantastic!

unregistered commented 5 years ago

Thanks for the idea! Mind posting the contents of that RSS feed in a gist or something? If it's sensitive maybe cut out the links

dannyvfilms commented 5 years ago

<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

hourly 1 4K TV Shows http://www.put.io en-us put.io 4K TV Shows Putio 4K TV Shows 4K TV Shows Putio info@put.io Putio RSS Generator no info@put.io (Put.io) put.io,putio,putdotio,podcast,putcast 4K TV Shows http://put.io/images/apple-touch-icon.png http://www.put.io Outlander.S04E01.America.The.Beautiful.2160p.NF.WEBRip.DD5.1.x264-NTb.mkv https://api.put.io/v2/files/584881742/mp4/download/Outlander.S04E01.America.The.Beautiful.2160p.NF.WEBRip.DD5.1.x264-NTb.mp4?convert=1&oauth_token=4DADAYRUTFUEDO6Q2XJA file:584881742 no Mon, 19 Nov 2018 05:01:20 -0000 Outlander.S04E02.Do.No.Harm.2160p.NF.WEBRip.DD5.1.x264-NTb.mkv https://api.put.io/v2/files/584880090/mp4/download/Outlander.S04E02.Do.No.Harm.2160p.NF.WEBRip.DD5.1.x264-NTb.mp4?convert=1&oauth_token=4DADAYRUTFUEDO6Q2XJA file:584880090 no Mon, 19 Nov 2018 04:42:09 -0000

dannyvfilms commented 5 years ago

If you need more info I'd be happy to help test things, but I have no code experience lol

unregistered commented 5 years ago

Probably not going to be so easy to add to maxel because safari doesn't seem to be able to open it anymore: https://www.imore.com/what-happened-rss-subscriptions-safari-ios-11

I can leave this issue open for voting and if other users like it it'll get pushed up the backlog.


If you were to hire a developer, or for other devs reading this, polling put.io's RSS feeds can be done as a separate script, which would then add to maxel through the API: http://maxelapp.com/api.html

Alternatively you can try to configure flexget to pull your RSS feeds: https://flexget.com though I'm not sure there's a way to invoke URLs as an action. My personal experience says flexget is sort of difficult to use.

unregistered commented 5 years ago

If you do figure it out or get close, feel free to post here and maybe others or I can chime in

cylack commented 5 years ago

If Maxel can automate downloading of Put.io RSS feeds it would be the king of downloaders. I just purchased Maxel because it is the only downloader (other than the soon to be obsolete 32 bit igetter) I've found that works with the system pref Hazel automatically moving video files after download.

dannyvfilms commented 5 years ago

I had to end up installing PutIOSync-(OSX) to get what I needed done.