Commit 1ea97c3f authored by TheTechRobo's avatar TheTechRobo
Browse files

fix typo, remove unused dependency

parent 077b39fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ RUN pip install --no-cache-dir hypercorn quart
RUN apt install -y openssl
RUN apt clean
# The following line does not necessarily have to be updated with the requirements.txt as this is just to speed up the requirements.txt part (to improve cachability)
RUN pip install --no-cache-dir snscrape==0.4.3.20220106 aiohttp[speedups] requests switch nest_asyncio cachetools click asyncache pyyaml
RUN pip install --no-cache-dir snscrape==0.4.3.20220106 aiohttp[speedups] requests nest_asyncio cachetools click asyncache pyyaml

EXPOSE 8000
COPY . /app
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ snscrape==0.4.3.20220106
quart
aiohttp[speedups]
requests
switch
cachetools
click
asyncache
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
			<li>API version v4 -&gt; 5:</li>
			<ul>
				<li>The deprecated <code>capcount</code> field has been removed. Previously, it was guaranteed to be a positive non-zero number if the video was archived.</li>
				<li>The <code>available</code> field in non-streamed mode is now a list of strings.</li>
				<li>The <code>available</code> field is now a list of link objects (see below).</li>
				<li>The streaming protocol has been updated to support streaming the list of URLs.</li>
			</ul>
		</ul>