Skip to content

Instantly share code, notes, and snippets.

@dramsay
Created August 28, 2019 20:49
Show Gist options
  • Save dramsay/e2b8fbe64c384e720115c9fcef402b98 to your computer and use it in GitHub Desktop.
Save dramsay/e2b8fbe64c384e720115c9fcef402b98 to your computer and use it in GitHub Desktop.
RSS media restriction
RssRestriction.create!(podcast: p, relationship: 'allow', type_of: 'country', values: ["AR", "AT", "AU", "BE", "BG", "CA", "CL", "CR", "CY", "CZ", "DK", "EC", "SV", "EE", "FI", "FR", "DE", "GB", "GT", "HK", "HU", "ID", "IE", "IL", "IN", "IT", "JP", "LV", "LI", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "RO", "SG", "SE", "CH", "TH", "TR", "UY", "US", "VN", "ZA"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment