@Rick7C2 wrote:
I'm trying to get flexget to search for shows in my sonarr db. Then find the episodes in a rss link with search terms.
I'm having trouble getting it to do anything.
Here is what I have.
tasks: TV Sonarr 720p+ EasyNews: discover: what: - sonarr_list: base_url: http://10.3.200.250 port: 8989 api_key: <SONARR-API> include_data: yes include_ended: false only_monitored: true remove_on_match: no thetvdb_lookup: yes metainfo_series: yes quality: 720p+ from: - search_rss: http://<USERNAME>:<PASSWORD>@members.easynews.com/global5/index.html?&gps=\{{search_term}}&sbj=&from=&ns=&fil=&fex=&vc=&ac=&fty%5B%5D=VIDEO&s1=dtime&s1d=-&s2=nrfile&s2d=-&s3=dsize&s3d=-&pby=1000&spamf=1&u=1&nostem=1&gx=1&svL=&d1=&d1t=&d2=&d2t=&b1=&b1t=&b2=&b2t=&px1=&px1t=&px2=&px2t=&fps1=&fps1t=&fps2=&fps2t=&bps1=&bps1t=&bps2=&bps2t=&hz1=&hz1t=&hz2=&hz2t=&rn1=&rn1t=&rn2=&rn2t=&submit=Search&fly=2&pno=1&sS=5 manipulate: - url: replace: regexp: 'members.easynews.com' format: '<USERNAME>:<PASSWORD>@members.easynews.com' exec: 'dl=`curl -w "%{url_effective}\n" -I -L -s -S "{{url}}" -o /dev/null` && curl "https://offcloud.com/api/remote/download/?apikey=<OFFCLOUD-API>&folderId=0B5myDjLOM51XSzV0RVFsajlhenc&url=$dl"'
Posts: 1
Participants: 1