mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Currently, trying to get a `csrftoken` from an empty cookie string will crash the application. This creates a helper method to extract a cookie value given a cookie name by pattern matching on the cookie string and returning the value if one is found. Fixes: #167 |
||
|---|---|---|
| .. | ||
| .settings | ||
| src/main | ||
| .classpath | ||
| .gitignore | ||
| .project | ||
| build.gradle | ||
| lint.xml | ||
| proguard-rules.pro | ||