Ticket #59 (closed defect: fixed)

Opened 23 months ago

Last modified 23 months ago

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

comment:1 Changed 23 months ago by ajanata

  • Status changed from new to accepted

comment:2 Changed 23 months ago by ajanata

  • Status changed from accepted to closed
  • Resolution set to fixed

(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.

Note: See TracTickets for help on using tickets.