10 lines
329 B
Bash
Executable File
10 lines
329 B
Bash
Executable File
#!/bin/bash
|
|
curl 'https://www.netflix.com/BillingActivity'\
|
|
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0'\
|
|
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'\
|
|
-H 'Accept-Language: fr-FR,fr;q=0.5' --compressed \
|
|
--config .env.netflix_cookies
|
|
|
|
|
|
|