some iView episodes are missing, moved into "collections"

Issue #45 invalid
Former user created an issue

I noticed Rosehaven has disappeared from the iview listing, but it's still on the website. Looking at the data, it seems to be present under "collections", while the iview class only looks under "items".

The following change to IviewIndexNode.fill_children worked for me:

        for index_list in info["index"] + info.get("collections", []):

..it's defensive in case not all index nodes have "collections", and I don't know if this could cause duplicates if a progam appears in both sections.

Comments (3)

  1. delx repo owner
    • changed status to open

    Hi,

    Thanks for your suggestion. Yeah this would cause duplicates if it's done that way. It seems Rosehaven is still available in the "index". You can find it by looking at By Channel -> ABC1 or By Category -> Comedy.

    Perhaps this was just a temporary data glitch on the ABC side?

  2. Log in to comment