Skip to content

Currently only one image is supported per tweet in a thread. Add capability to include multiple images #3

@nanbhas

Description

@nanbhas

Bottleneck only in one place. Everything else can support it.

text = para.split('<img>')[0]
try:
    tmp = para.split('<img>')[1:]
    images = [os.path.join(self.imagePathPrefix, item) for item in tmp]
except:
    images = None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions