From: W. Trevor King Date: Sat, 12 Mar 2011 23:34:08 +0000 (-0500) Subject: Also drop the id3 GEOB tag in mkogg.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b827acd7c944e61638e10a82e8c1818ecba01c1;p=mw2txt.git Also drop the id3 GEOB tag in mkogg.py. --- diff --git a/posts/mkogg/mkogg.py b/posts/mkogg/mkogg.py index 1de0691..ea42c14 100755 --- a/posts/mkogg/mkogg.py +++ b/posts/mkogg/mkogg.py @@ -262,7 +262,8 @@ class Converter (object): 'tyer': 'date', } drop_keys = [ - 'apic' # attached picture + 'apic', # attached picture + 'geob', # general encapsulated object ] in_v2 = False for line in stdout.splitlines():