-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Environment
operating system: Ubuntu 24.04.3 LTS (Noble Numbat) x86_64gallery-dl version: 1.32.0-devpython version: 3.12.3pip 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
-
run the following command:
gallery-dl -g "https://simpcity.cr/threads/arianaskyeshelby-itsarianaskyebaby-busty.1237895/#post-40205575" > post-urls.txt -
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
Reactions are currently unavailable