diff options
-rwxr-xr-x | fb.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -574,6 +574,7 @@ class FBClient: def extractId(self, arg): arg = arg.replace(self.config['pastebin'], '') + arg = arg.strip('/') match = re.match('^([^/]+)', arg) id = match.group(0) return id |