Added cookie to preserve twitter and youtube addresses

This commit is contained in:
jeancf 2020-12-17 10:44:30 +01:00
parent 3a2c8093a3
commit d92bcea2a7

View File

@ -206,6 +206,7 @@ def main(argv):
headers.update(
{
'User-Agent': USER_AGENTS[random.randint(0, len(USER_AGENTS)-1)],
'Cookie': 'replaceTwitter=; replaceYouTube=',
}
)