Skip to content

Commit eca34b6

Browse files
authored
Update capture_example.py
1 parent 785c3ae commit eca34b6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

capture_example.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4+
#########################################################
5+
#
6+
# Alejandro German
7+
#
8+
# https://github.com/seralexger/selenium-capturetraffic
9+
#
10+
#########################################################
11+
412
from capturetraffic import CaptureTraffic
513

614

715
sniffer = CaptureTraffic()
816
data = sniffer.capture_traffic('https://www.airbnb.es/s/Mil%C3%A1n--Italia/homes?refinement_paths%5B%5D=%2Fhomes&place_id=ChIJ53USP0nBhkcRjQ50xhPN_zw&query=Mil%C3%A1n%2C%20Italia&map_toggle=true&allow_override%5B%5D=&s_tag=KmFXqfK_', save=True)
9-
print(data)
17+
print(data)

0 commit comments

Comments
 (0)