feat: just curl the billing page
This commit is contained in:
commit
41fbae76c4
2
.env.netflix_cookies.example
Normal file
2
.env.netflix_cookies.example
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
cookie = "SecureNetflixId=xxxxxxxxxxxxxxxxxx"
|
||||||
|
cookie = "NetflixId=xxxxxxxxxxxxxxxx"
|
9
last-invoice-to-leeto.sh
Executable file
9
last-invoice-to-leeto.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user