diff --git a/README.md b/README.md index 5d4c6d0..915d851 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Currently supported App sources: - Jenkins Jobs - [Steam](https://store.steampowered.com/mobile) - [Telegram App](https://telegram.org) -- [VLC](https://www.videolan.org/vlc/download-android.html) - [Neutron Code](https://neutroncode.com) - "HTML" (Fallback) - Any other URL that returns an HTML page with links to APK files (if multiple, the last file alphabetically is picked) diff --git a/lib/providers/source_provider.dart b/lib/providers/source_provider.dart index 1fff134..3371ee4 100644 --- a/lib/providers/source_provider.dart +++ b/lib/providers/source_provider.dart @@ -25,7 +25,6 @@ import 'package:obtainium/app_sources/sourceforge.dart'; import 'package:obtainium/app_sources/sourcehut.dart'; import 'package:obtainium/app_sources/steammobile.dart'; import 'package:obtainium/app_sources/telegramapp.dart'; -import 'package:obtainium/app_sources/vlc.dart'; import 'package:obtainium/components/generated_form.dart'; import 'package:obtainium/custom_errors.dart'; import 'package:obtainium/mass_app_sources/githubstars.dart'; @@ -517,7 +516,7 @@ class SourceProvider { // APKCombo(), // Can't get past their scraping blocking yet (get 403 Forbidden) Mullvad(), Signal(), - VLC(), + // VLC(), // As of 2023-08-26 this site randomly messes up the 'latest' version (one minute it's 3.5.4, next minute back to 3.5.3) // WhatsApp(), // As of 2023-03-20 this is unusable as the version on the webpage is months out of date TelegramApp(), SteamMobile(),