-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Video] Download videos" (#4945)
- Loading branch information
Showing
19 changed files
with
3 additions
and
747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ | |
# be ok. | ||
User-Agent: * | ||
Allow: / | ||
Disallow: /video-download |
35 changes: 0 additions & 35 deletions
35
.../android/src/main/java/expo/modules/blueskyswissarmy/hlsdownload/ExpoHLSDownloadModule.kt
This file was deleted.
Oops, something went wrong.
141 changes: 0 additions & 141 deletions
141
...s-army/android/src/main/java/expo/modules/blueskyswissarmy/hlsdownload/HLSDownloadView.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
31 changes: 0 additions & 31 deletions
31
modules/expo-bluesky-swiss-army/ios/HLSDownload/ExpoHLSDownloadModule.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.