Skip to content

Commit de5ebc1

Browse files
committed
Remove a now-unused script for downloading from Instagram
1 parent bc78aa6 commit de5ebc1

File tree

4 files changed

+2
-49
lines changed

4 files changed

+2
-49
lines changed

requirements.in

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ datasette-render-image-tags
77
httpx
88
humanize
99
hyperlink
10-
instaloader
1110
keyring
1211
naturalsort==1.5.1 # Used as 'natsort'
1312
Pillow

requirements.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ idna==3.6
7777
# requests
7878
iniconfig==2.0.0
7979
# via pytest
80-
instaloader==4.10.3
81-
# via -r requirements.in
8280
itsdangerous==2.1.2
8381
# via
8482
# asgi-csrf
@@ -155,9 +153,7 @@ python-multipart==0.0.6
155153
pyyaml==6.0.1
156154
# via datasette
157155
requests==2.31.0
158-
# via
159-
# instaloader
160-
# yt-dlp
156+
# via yt-dlp
161157
ruff==0.5.7
162158
# via -r requirements.in
163159
s3transfer==0.10.2

web/README.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ import cog_helpers
1717
folder_name = "web"
1818
1919
scripts = [
20-
{
21-
"usage": "download_instagram.py [POST_URL]",
22-
"description": """
23-
download the photos from an Instagram post.
24-
"""
25-
},
2620
{
2721
"name": "imdown",
2822
"description": """
@@ -65,15 +59,6 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
6559
6660
]]]-->
6761
<dl>
68-
<dt>
69-
<a href="https://github.com/alexwlchan/scripts/blob/main/web/download_instagram.py">
70-
<code>download_instagram.py [POST_URL]</code>
71-
</a>
72-
</dt>
73-
<dd>
74-
download the photos from an Instagram post.
75-
</dd>
76-
7762
<dt>
7863
<a href="https://github.com/alexwlchan/scripts/blob/main/web/imdown">
7964
<code>imdown</code>
@@ -128,4 +113,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
128113
this is a wrapper around <a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> that does parallel downloads of videos in playlists.
129114
</dd>
130115
</dl>
131-
<!-- [[[end]]] (checksum: 52d8c9f27f76e4f1eb6f63952ee3b9b6) -->
116+
<!-- [[[end]]] (checksum: cc21e25a1a69ea0dea3a50dd8737ec2d) -->

web/download_instagram.py

-27
This file was deleted.

0 commit comments

Comments
 (0)