-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19bc49a
commit 9cbb817
Showing
6 changed files
with
143 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"rss_link": "https://mikanani.me/RSS/MyBangumi?token=Td8ceWZZv3s2OZm5ji9RoMer8vk5VS3xzC1Hmg8A26E%3d", | ||
"bangumi_info": [ | ||
{ | ||
"title": "Kakkou no Iinazuke", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "SPYxFAMILY", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Love Live", | ||
"season": "S02", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "CUE!", | ||
"season": "S01", | ||
"group": "喵萌Production", | ||
"added": true | ||
}, | ||
{ | ||
"title": "CUE!", | ||
"season": "S01", | ||
"group": "喵萌Production", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Kaguya-sama wa Kokurasetai", | ||
"season": "S03", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Shokei Shoujo no Virgin Road", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Kakkou no Iikagen", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Tomodachi Game", | ||
"season": "S01", | ||
"group": "离谱Sub", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Summer Time Rendering", | ||
"season": "S01", | ||
"group": "喵萌奶茶屋", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Summer Time Rendering", | ||
"season": "S01", | ||
"group": "喵萌奶茶屋", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Paripi Koumei", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Tomodachi Game", | ||
"season": "S01", | ||
"group": "离谱Sub", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Tate no Yuusha no Nariagari", | ||
"season": "S02", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Shijou Saikyou no Daimaou", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Yuusha, Yamemasu", | ||
"season": "S01", | ||
"group": "Lilith-Raws", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Aharen-san wa Hakarenai", | ||
"season": "S01", | ||
"group": "LoliHouse", | ||
"added": true | ||
}, | ||
{ | ||
"title": "Aharen-san wa Hakarenai", | ||
"season": "S01", | ||
"group": "LoliHouse", | ||
"added": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
import os | ||
|
||
import qbittorrentapi | ||
|
||
abs_path = os.path.dirname(os.path.abspath(__file__)) | ||
print(abs_path) | ||
a = "false" | ||
print(bool(a)) |