...
|
...
|
@@ -46,7 +46,8 @@ def fetech_all_tasks(): |
|
|
def write_to_file(tasks = {}):
|
|
|
with io.open("/tmp/url_list", "w+", encoding="utf-8") as f:
|
|
|
for id, url in tasks.items():
|
|
|
f.write("%s\r\n" %url)
|
|
|
line = url.encode("utf-8")
|
|
|
f.write("%s\r\n" %line)
|
|
|
|
|
|
|
|
|
def get_info_from_manmanmai(tasks = {}):
|
...
|
...
|
|