Hi,
I did a little debugging with your Python code:
print("link :", post_account)
with open(LINKFILE, "a") as f:
f.write(post_account)
Output:
('link :', <Response [200]>)
Traceback (most recent call last):
File "IPTVWORLD70.sh", line 338, in <module>
get_clipmails(host_url)
File "IPTVWORLD70.sh", line 260, in get_clipmails
f.write(post_account)
TypeError: expected a string or other character buffer object
Obviously, the /tmp/link file is empty.
The Response object contains the HTML content
in the attached zip file.
Hope it helps!
linuxsat-support.com/cms/attachment/176051/