Skip to content

Commit

Permalink
Merge pull request #24 from iheartradio/ihracp-5784
Browse files Browse the repository at this point in the history
batch 2
  • Loading branch information
DrewJoseyGit authored Nov 18, 2024
2 parents e5e090e + 57fec3c commit 84a0270
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions pypodcastparser/Item.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,36 +61,36 @@

# Map of timezone offsets to timezone abbreviations
offset_map = {
# "-1200": "IDLW",
# "-1100": "NUT",
# "-1000": "HST",
# "-0930": "MART",
# "-0900": "AKST",
# "-0800": "PST",
# "-0700": "MST",
# "-0600": "CST",
# "-0500": "EST",
# "-0430": "VET",
# "-0400": "AST",
# "-0330": "NST",
# "-0300": "BRT",
# "-0200": "GST",
# "-0100": "AZOT",
# "-0000": "GMT",
# "+0000": "GMT",
# "+0100": "CET",
# "+0200": "EET",
# "+0300": "MSK",
# "+0400": "GST",
# "+0500": "PKT",
# "+0545": "NPT",
# "+0600": "BST",
# "+0630": "MMT",
# "+0700": "ICT",
# "+0800": "AWST",
# "+0845": "ACWST",
# "+0900": "JST",
# "+0930": "ACST",
"-1200": "IDLW",
"-1100": "NUT",
"-1000": "HST",
"-0930": "MART",
"-0900": "AKST",
"-0800": "PST",
"-0700": "MST",
"-0600": "CST",
"-0500": "EST",
"-0430": "VET",
"-0400": "AST",
"-0330": "NST",
"-0300": "BRT",
"-0200": "GST",
"-0100": "AZOT",
"-0000": "GMT",
"+0000": "GMT",
"+0100": "CET",
"+0200": "EET",
"+0300": "MSK",
"+0400": "GST",
"+0500": "PKT",
"+0545": "NPT",
"+0600": "BST",
"+0630": "MMT",
"+0700": "ICT",
"+0800": "AWST",
"+0845": "ACWST",
"+0900": "JST",
"+0930": "ACST",
"+1000": "AEST",
"+1030": "ACST",
"+1100": "AEDT",
Expand All @@ -111,7 +111,7 @@ class Item(object):
soup (bs4.BeautifulSoup): BeautifulSoup object representing a rss item
Note:
All attributes with empty or nonexistent element
All attributes with empty or non-existent element
will have a value of None
Attributes:
Expand Down

0 comments on commit 84a0270

Please sign in to comment.