JupiterBroadcasting / JupiterBroadcasting/show-scraper
Missing Episodes direct download links
- Dominant language
- Python
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
First identified with [Self-Hosted Episode 0](https://selfhosted.show/0) which is listed on Fireside, but not on JB.com
https://www.jupiterbroadcasting.com/show/self-hosted/page/7/

JB.net is just putting in no reference to the downloadable media, so failing silently because of [this](https://github.com/elreydetoda/show-scraper/blob/9adc48d71962b5642f4d2c641d9409454e018383/scraper.py#L148).

This was the error thrown after changing how the data-structure works.

Now with [this](https://github.com/elreydetoda/show-scraper/blob/34a8317f64dc632e75f659b60589cf8971189941/scraper.py#L164-L172) change we'll log when this happens (eventually notify) and it'll be an `AttributeError` on a `None` object.
Comprehensive list of shows identified with this issue are as follows:
- [ ] Self-hosted 0 (validated)
- [ ] LAN 00 (validated)

- [ ] JE 1 (validated)
- [ ] JE 2 (validated)
- [ ] JE 3 (validated)
- [ ] JE 4 (validated)
- [ ] JE 5 (validated)
- [ ] JE 6 (validated)
- [ ] JE 7 (validated)
- [ ] JE 8 (validated)
- [ ] JE 9 (validated)
- [ ] JE 10 (validated)
- [ ] JE 11 (validated)
- [ ] JE 12 (validated)
- [ ] JE 13 (validated)
- [ ] JE 14 (validated)
- [ ] JE 15 (validated)
- [ ] JE 16 (validated)
- [ ] JE 17 (validated)
- [ ] JE 18 (validated)
- [ ] JE 19 (validated)
- [ ] JE 20 (validated)
- [ ] JE 21 (validated)
- [ ] JE 22 (validated)
- [ ] JE 23 (validated)
- [ ] JE 24 (validated)
- [ ] JE 25 (validated)
- [ ] JE 26 (validated)
- [ ] JE 27 (validated)
- [ ] JE 28 (validated)
- [ ] JE 29 (validated)

- [ ] Office Hours 1 (validated)

---
So...for some reason these shows are in JB's main website but aren't being in the JB_DATA when building the episodes... :thinking:

- [ ] LAN 36
- [ ] LAN 37
- [ ] LAN 38
- [ ] LAN 39
- [ ] LAN 40
- [ ] LAN 41
Same error as before, but posting so it's documented

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.