althonos / althonos/InstaLooter
JSONDecodeError on many profiles
Aberta
- Linguagem predominante
- Python
- Estrelas
- 2.1k
- Forks
- 257
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
## Library version
```
instalooter v2.4.4
```
## Environment
* Arch Linux
* CPython 3.9.2
## Error description - runtime
### Reproducible test case
```python
from instalooter.looters import ProfileLooter
pl=ProfileLooter("tgmmememaster")
for media in pl.medias():
pass
```
### Expected behaviour
Instalooter iterates through the medias without failing. Perhaps a more specific exception would be nice, if there's truly something wrong on insta's end.
### Actual behaviour
An exception gets thrown, possibly because of some corrupt JSON.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.