We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16b181 commit ecbbeabCopy full SHA for ecbbeab
postprocessing.py
@@ -22,7 +22,7 @@
22
print(f'Running for user \'{csvuser}\'')
23
24
fg = FeedGenerator()
25
- fg.id('https://www.tiktok.com/@' + csvuser)
+ fg.id('https://tiktok.com/@' + csvuser)
26
fg.title(csvuser + ' TikTok')
27
fg.author( {'name':'Conor ONeill','email':'[email protected]'} )
28
fg.link( href='http://tiktok.com', rel='alternate' )
@@ -44,7 +44,7 @@
44
break
45
i = i + 1
46
# print(video.create_time, video.desc)
47
- print("URL = " + "https://www.tiktok.com/@" + csvuser + "/video/" + str(video.id))
+ print("URL = " + "https://tiktok.com/@" + csvuser + "/video/" + str(video.id))
48
fe = fg.add_entry()
49
link = "https://tiktok.com/@" + csvuser + "/video/" + str(video.id)
50
fe.id(link)
0 commit comments