Skip to content

Commit

Permalink
sample feeds.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhtc1202 committed Jan 15, 2018
1 parent e705242 commit d4935a4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
5 changes: 0 additions & 5 deletions resources/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"tag": "a",
"css_selector": {"data-key":"quality_720p_torrent"}
}
},
{
"team": "HorribleSubs",
"rss": "https://nyaa.si/?page=rss&u=HorribleSubs",
"anchor": false
}
]
}
18 changes: 18 additions & 0 deletions resources/feeds.json.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "FEED LIST",
"data": [
{
"team": "fuyu",
"rss": "https://www.fuyufs.com/episode/feed",
"anchor": {
"tag": "a",
"css_selector": {"data-key":"quality_720p_torrent"}
}
},
{
"team": "HorribleSubs",
"rss": "https://nyaa.si/?page=rss&u=HorribleSubs",
"anchor": false
}
]
}
2 changes: 2 additions & 0 deletions scripts/status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
#

ps aux | grep -E "nodemon|python|aria2"

df -h | grep none
2 changes: 1 addition & 1 deletion server/views/deleted.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>

<body>
<img src="https://vignette.wikia.nocookie.net/undertale-au/images/0/0e/8503702-deleted-stamp.jpg/revision/latest?cb=20170321162217" style="position:fixed;top:0px;left:0px;width:100%;height:100%;">LoL</img>
<img src="https://i.imgur.com/cT4u0b6.jpg" style="position:fixed;top:0px;left:0px;width:100%;height:100%;">LoL</img>
</body>

</html>

0 comments on commit d4935a4

Please sign in to comment.