mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-12 21:38:33 +03:00
removed special case
This commit is contained in:
@@ -6,10 +6,7 @@ from cisticola.base import Channel, ChannelInfo
|
|||||||
|
|
||||||
def standardize_country(s):
|
def standardize_country(s):
|
||||||
_s = s.split('(')[0].split('?')[0]
|
_s = s.split('(')[0].split('?')[0]
|
||||||
if _s == 'AUS':
|
return _s.strip()
|
||||||
return 'AU'
|
|
||||||
else:
|
|
||||||
return _s.strip()
|
|
||||||
|
|
||||||
|
|
||||||
def sync_channels(args, session):
|
def sync_channels(args, session):
|
||||||
|
|||||||
Reference in New Issue
Block a user