Opened 14 years ago
Closed 14 years ago
#59 closed defect (fixed)
Fix aggregator to use new Justin.tv API
Reported by: | Grinnz | Owned by: | ajanata |
---|---|---|---|
Priority: | major | Milestone: | time_t overflow |
Component: | IRC Services (ChanServ, NickServ, StreamServ) | Keywords: | |
Cc: |
Description
old API doesn't work, update to new, etc
from perl:
"http://api.justin.tv/api/stream/list.json?channel=" . uri_escape($user);
returns empty results set if stream is offline
Change History (2)
comment:1 Changed 14 years ago by ajanata
- Status changed from new to accepted
comment:2 Changed 14 years ago by ajanata
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
(In [462]) Fix Justin.tv live stream tracking. Assuming that a string longer than two characters will ONLY be returned for a valid stream which is live, this will function properly. Fixes #59.