Inside this:
https://github.com/RaidasGrisk/nameSpy/blob/73c78577b082775f9a2d0d02dfd4d6f58eb380ec/api/data_sources/google.py#L178
The following returns structure that contain no titles and snippets. Then nothing gets parsed.
https://github.com/RaidasGrisk/nameSpy/blob/73c78577b082775f9a2d0d02dfd4d6f58eb380ec/api/data_sources/google.py#L185-L188
Have to either:
- check if different countries return different structures and adapt
- make a decorator that will send the request again if structure is not as expected
Inside this:
https://github.com/RaidasGrisk/nameSpy/blob/73c78577b082775f9a2d0d02dfd4d6f58eb380ec/api/data_sources/google.py#L178
The following returns structure that contain no titles and snippets. Then nothing gets parsed.
https://github.com/RaidasGrisk/nameSpy/blob/73c78577b082775f9a2d0d02dfd4d6f58eb380ec/api/data_sources/google.py#L185-L188
Have to either: