index
:
AutoMedia
master
Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rss.c
Age
Commit message (
Expand
)
Author
2022-08-09
Fix old mangakakalot links, such as evil heart
dec05eba
2021-10-26
Disallow empty name, . and .. for html/rss names and html chapters
dec05eba
2021-10-12
misc
dec05eba
2021-10-08
Show better output layout for tracking rss by name
dec05eba
2021-06-15
Add all items starting at start-after to the download list in the data json f...
dec05eba
2021-04-11
Add cleanup option to remove old tracked items
dec05eba
2021-03-03
Use cJSON instead of the existing json library
dec05eba
2021-01-16
Fix track user response (Yes, No) not working
dec05eba
2020-08-29
Fix 'start after' when adding rss by torrent name
dec05eba
2020-08-29
Fix broken add rss by torrent name
dec05eba
2020-07-31
Fix add html/rss not working if previous add failed and .in_progress still ex...
dec05eba
2020-07-27
Time of html items in json file should be the time of download finished, not ...
dec05eba
2020-07-15
Fix segfault on torrent add, fix corruption of rss json downloaded item
dec05eba
2020-07-15
Add the ability to add rss from episode name
dec05eba
2020-07-15
Add torrent complete notification
dec05eba
2020-07-15
Implement html sync, fix rss sync
dec05eba
2020-07-15
Use transmission rpc, fixes rss torrent name
dec05eba
2020-07-15
Implement rss sync
dec05eba
2020-07-14
Implement add_html
dec05eba
2020-07-13
Finish add_rss (still need add rss of filename though)
dec05eba
2020-07-13
Move string utils to their own file
dec05eba
2020-07-13
Move c files into src directory
dec05eba