Skip to content

[SimpCity] Embedded tiktok iframes in posts are not extracted #8994

@qucee98

Description

@qucee98

Environment

  • operating system: Ubuntu 24.04.3 LTS (Noble Numbat) x86_64
  • gallery-dl version: 1.32.0-dev
  • python version: 3.12.3
  • pip version: 24.0
expand config
 {
     "extractor": {
         "image-filter": "extension in ('mp4', 'webm', 'gif', 'gifv', 'mov', 'avi', 'mkv', 'flv', 'm4v')",
         "cookies": "path/to/cookies.txt",
         "tiktok": {
             "photos": false,
             "posts": {
                 "order-posts": "popular"
             },
             "user": {
                 "include": [
                     "posts"
                 ]
             }
         },
         "simpcity": {
             "order-posts": "asc",
             "parent-directory": true
         }
     }
 }

Description

In Simpcity, some posts may contain embeded TikTok iframes that are not being extracted.

To reproduce

  1. run the following command:
    gallery-dl -g "https://simpcity.cr/threads/arianaskyeshelby-itsarianaskyebaby-busty.1237895/#post-40205575" > post-urls.txt

  2. observe the output file does not contain tiktok iframe media url

Additional Info

The embeded tiktok html structure:

<iframe
  data-s9e-mediaembed="tiktok"
  allowfullscreen=""
  scrolling="no"
  src="https://s9e.github.io/iframe/2/tiktok.min.html#7563548994756939039"
  style="height: 722px; width: 325px"
  data-s9e-mediaembed-api="2"
  loading="eager"
>
  ...
</iframe>

Post url with embedded tiktok (nsfw):
https://simpcity.cr/threads/arianaskyeshelby-itsarianaskyebaby-busty.1237895/post-40205575

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions