Ben Lau

Results 3 comments of Ben Lau

![image](https://user-images.githubusercontent.com/43235339/204746905-94c3cc48-df17-4b5f-9c1e-516deac66e4c.png)

This is a demo I wrote by analyzing the URL redirection process ``` import json from urllib.parse import quote from lxml import etree import requests def get_google_params(url): response = requests.get(url)...

![image](https://user-images.githubusercontent.com/43235339/208419650-2b98d359-9926-4a36-805d-22c5ae5b089d.png)