bump wrapper
This commit is contained in:
parent
ade2b3c01a
commit
44429cb7e4
|
@ -14,8 +14,8 @@ RUN apt update -y && apt upgrade -y \
|
|||
COPY . .
|
||||
|
||||
# Run composer and clean
|
||||
RUN composer update \
|
||||
&& composer install --no-interaction --optimize-autoloader --no-dev \
|
||||
RUN composer update --no-cache \
|
||||
&& composer install --no-interaction --optimize-autoloader --no-dev --no-cache \
|
||||
&& apt autoclean -y \
|
||||
&& apt autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
<img class="hidden" loading="lazy" data-src="{path('/stream?url=' . urlencode($item->video->dynamicCover))}" />
|
||||
</div>
|
||||
{/foreach}
|
||||
{if empty($feed->items)}
|
||||
<p class="title">No items sent by TikTok!</p>
|
||||
{/if}
|
||||
</div>
|
||||
<div n:ifset="$feed->info" class="buttons">
|
||||
{if isset($_GET['cursor']) && $_GET['cursor'] != 0 }
|
||||
|
|
12
composer.lock
generated
12
composer.lock
generated
|
@ -306,16 +306,16 @@
|
|||
},
|
||||
{
|
||||
"name": "pablouser1/tikscraper",
|
||||
"version": "v1.3.0.3",
|
||||
"version": "v1.3.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pablouser1/TikScraperPHP.git",
|
||||
"reference": "793dde26e17362af304b9f50890c7fc178387629"
|
||||
"reference": "6a13c165f73e0924d9d8d52dd8987fa848795b2c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/793dde26e17362af304b9f50890c7fc178387629",
|
||||
"reference": "793dde26e17362af304b9f50890c7fc178387629",
|
||||
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/6a13c165f73e0924d9d8d52dd8987fa848795b2c",
|
||||
"reference": "6a13c165f73e0924d9d8d52dd8987fa848795b2c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -341,9 +341,9 @@
|
|||
"description": "Get data from TikTok API",
|
||||
"support": {
|
||||
"issues": "https://github.com/pablouser1/TikScraperPHP/issues",
|
||||
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v1.3.0.3"
|
||||
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v1.3.0.5"
|
||||
},
|
||||
"time": "2022-03-13T20:53:27+00:00"
|
||||
"time": "2022-03-18T13:43:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-webdriver/webdriver",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<p>
|
||||
This project wouldn't be possible without the help of the following projects:
|
||||
<ul>
|
||||
<li><a rel="nofollow" href="https://github.com/ssovit/TikTok-API-PHP">TikTok-API-PHP</a></li>
|
||||
<li><a rel="nofollow" href="https://github.com/pablouser1/TikScraperPHP">TikScraperPHP</a></li>
|
||||
<li><a rel="nofollow" href="https://github.com/nette/latte">Latte</a></li>
|
||||
<li><a rel="nofollow" href="https://github.com/bramus/router">bramus/router</a></li>
|
||||
<li><a rel="nofollow" href="https://github.com/vlucas/phpdotenv">PHP dotenv</a></li>
|
||||
|
|
Loading…
Reference in a new issue