Skip to content

Untwee doesn't work for visually authored games #14

Description

@alex-calderwood

untwee doesn't work on any of the files I've experimented with on mac due to these lines:

divs_re = re.compile(
			r'<div id="storeArea"(.*)</html>',
			re.DOTALL
		)
divs = divs_re.search(source)

divs is always empty list, as the regex does not match anything.

Specifically, here is an example that cannot be 'untweed': https://www.brainygamer.com/files/lessons-from-the-lake_tyler_hampton.html

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions