Skip to content

Commit

Permalink
Revert "[Video] Download videos" (#4945)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Aug 15, 2024
1 parent b6e515c commit a5af24b
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 747 deletions.
3 changes: 0 additions & 3 deletions bskyweb/cmd/bskyweb/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ func serve(cctx *cli.Context) error {
e.GET("/profile/:handleOrDID/post/:rkey/liked-by", server.WebGeneric)
e.GET("/profile/:handleOrDID/post/:rkey/reposted-by", server.WebGeneric)

// video download
e.GET("/video-download", server.WebGeneric)

// starter packs
e.GET("/starter-pack/:handleOrDID/:rkey", server.WebStarterPack)
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)
Expand Down
1 change: 0 additions & 1 deletion bskyweb/static/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
# be ok.
User-Agent: *
Allow: /
Disallow: /video-download

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions modules/expo-bluesky-swiss-army/expo-module.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"ExpoBlueskySharedPrefsModule",
"ExpoBlueskyReferrerModule",
"ExpoBlueskyVisibilityViewModule",
"ExpoHLSDownloadModule",
"ExpoPlatformInfoModule"
]
},
Expand All @@ -14,8 +13,7 @@
"expo.modules.blueskyswissarmy.sharedprefs.ExpoBlueskySharedPrefsModule",
"expo.modules.blueskyswissarmy.referrer.ExpoBlueskyReferrerModule",
"expo.modules.blueskyswissarmy.visibilityview.ExpoBlueskyVisibilityViewModule",
"expo.modules.blueskyswissarmy.platforminfo.ExpoPlatformInfoModule",
"expo.modules.blueskyswissarmy.hlsdownload.ExpoHLSDownloadModule"
"expo.modules.blueskyswissarmy.platforminfo.ExpoPlatformInfoModule"
]
}
}
10 changes: 1 addition & 9 deletions modules/expo-bluesky-swiss-army/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import HLSDownloadView from './src/HLSDownload'
import * as PlatformInfo from './src/PlatformInfo'
import {AudioCategory} from './src/PlatformInfo/types'
import * as Referrer from './src/Referrer'
import * as SharedPrefs from './src/SharedPrefs'
import VisibilityView from './src/VisibilityView'

export {
AudioCategory,
HLSDownloadView,
PlatformInfo,
Referrer,
SharedPrefs,
VisibilityView,
}
export {AudioCategory, PlatformInfo, Referrer, SharedPrefs, VisibilityView}

This file was deleted.

Loading

0 comments on commit a5af24b

Please sign in to comment.