Skip to content

Issue with mixed type attributes #15

Description

@fuzzycode

Attributes that are expected to be string/unicode will be int if the attribute is strictly alphanumerical.

For example a episodeName attribute would be expected to be string and in most cases it will be a string, but for strictly numerical names, the attribute will be an int.

This is due to pytvdbapi not doing any type conversions and relaying totally on the data that comes out of the xml parsing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions