Bring back Youtube Dislike for Android (View Only)

Overview

Show Youtube Dislikes

Bring back Youtube Dislikes for Android

This is a simple application, that parses the data from the "returnyoutubedislike.com" API, and shows you their estimate dislike count on videos.

When you open the app you are presented with a text box, where you can enter a youtube url and you will be presented with the given videos stats.

You can also click the 'Share' button inside the official youtube app, and choose 'Show Youtube Dislikes' which will open the app on the information site for that video.

If possible use the desktop browser extension, as you will be contributing to the project with your dislike data, and not just leeching it, helping everyone get more accurate results.

I want to thank returnyoutubedislike.com for making an awesome tool, i just wanted to make it available for mobile as well.

This app is free and open source (it is licenced under the GNU GPLv3).

If you want to donate, please redirect all donations to https://returnyoutubedislike.com/donate as they are more deserving than i.

But if you really want to, you can donate some Monero: 88cPx6Gzv5RWRRJLstUt6hACF1BRKPp1RMka1ukyu2iuHT7iqzkNfMogYq3YdDAC8AAYRqmqQMkCgBXiwdD5Dvqw3LsPGLU

  • This is in no way affilliated with the official project

TODO

  • View over other apps (Optional)
You might also like...
A light Sina Weibo client for Android
A light Sina Weibo client for Android

BlackLight 新浪微博客户端 请注意,当前BlackLight的开发已经被冻结,直到2016年高考后重启。 The development progress has been FROZEN till June 2016. 详细介绍以及Changelog请见Play商店。 https://pl

Cnblogs Client for Android - Material Design
Cnblogs Client for Android - Material Design

Cotable - Yet Another Cnblogs Client for Android Description Cotable = Code + Stable (The Paradise of Coder) The Android client of Cnblogs that named

GitHub client for Android based on the abandoned official app

ForkHub ForkHub started off as a fork of the official Android app from GitHub, and has since seen lots of improvements. You can see a comprehensive li

GitHub Android application

Gitskarios Beta Testing Community Forum / Discussion Join the beta here Download it from Google Play! What is Gitskarios? Gitskarios is an Android App

The Google I/O Android App
The Google I/O Android App

Google I/O Android App 2021 Update Due to global events, Google I/O 2020 was canceled and Google I/O 2021 is an online-only event, so the companion ap

A handy Dribbble client for Android.

Notice Gunnner has been deprecated since Dribbble API v1 has been retired on March 26, 2018. Gunnner Gunnner1 is a handy Dribbble client for Android.

📲  Android Application to track any user activity on Github built using the Github Developers API. Used Retrofit to fetch data and MVVM Architecture.
📲 Android Application to track any user activity on Github built using the Github Developers API. Used Retrofit to fetch data and MVVM Architecture.

Github Visualizer 📲 Android Application to track any user activity on Github built using the Github Developers Api. A sample application to demonstra

An Android client for Pump.io

Impeller - An Android client for Pump.io What is it A client for Pump.io, intended to provide a rich, platform-integrated experience. Runs on Android

A libre lightweight streaming front-end for Android.
A libre lightweight streaming front-end for Android.

NewPipe A libre lightweight streaming frontend for Android. Screenshots • Description • Features • Installation and updates • Contribution • Donate •

Comments
  • Add title field in dislikes view

    Add title field in dislikes view

    Hello, I'm a hobby "plain" java developer. A few months ago I saw the app in the F-droid store and it sounded interesting, so I tried it out. Since then, I've been using the app to look how many dislikes some really bad videos had and sometimes to share them with friends. One thing that is, in my opinion, still missing in the app is a field to show the title of the video in the dislikes view. So if you, for example, take a screenshot of the app to share it with friends, they can directly see what video is it about. After a little bit of research I found out, that the API at youtube.com/oembed is able to return some information about the video, including the title. Using https://youtube.com/oembed?format=json&url=[URL of the youtube video here] the data is returned as a JSON string. The following code snippet in normal java demonstrates the use of this API:

    	public static String getYoutubeVideoTitle(String url)
    			throws InterruptedException, URISyntaxException, IOException, ParseException {
    		url = "https://youtube.com/oembed?format=json&url=" + url;
    
    		// Request
    		BodySubscriber<String> subscriber = BodySubscribers.ofString(Charset.defaultCharset());
    		HttpRequest request = HttpRequest.newBuilder(new URI(url)).GET().build();
    		HttpClient client = HttpClient.newHttpClient();
    		String response = client.send(request, (responeInfo) -> subscriber).body();
    
    		// JSON parsing
    		JSONObject json = (JSONObject) new JSONParser().parse(new StringReader(response));
    		response = (String) json.get("title");
    
    		return response;
    	}
    

    Since I'm not a android developer and my computer is to old to run android studio, I can't test this on android, but it tested it on my computer using the json-simple library and it worked as expected (Both youtube.com and youtu.be URLs). To port it to android, my best guess is to change the request part to StringRequest, as used in app/src/main/java/com/jesperh/showyoutubedislikes/DisplayMessageActivity.java, line 126 and to parse the JSON using builtin android functions. Thanks for making this app!

    opened by Rotstein1 2
Releases(v1.0)
Owner
Jesper Bak Handskemager
Min Git Repo kan findes på: https://git.handskemager.xyz/jesperbak
Jesper Bak Handskemager
Flutter Youtube View

flutter_youtube_view This plugin provides Inlining YouTube player. To interact with YouTube the library uses the Frame Player API, inside of a WebView

SpextrumSecurity 0 Dec 8, 2021
Youtube-dl for android

youtube-dl-android Android library wrapper for youtube-dl executable. Based on yausername's youtubedl-android but with ability to download binary file

Vikas 97 Dec 30, 2022
Android Stories library - Instagram-like android stories library that supports images from disk or from internet (url)

Android Stories Library Instagram like stories library for Android. Add it in your root build.gradle at the end of repositories: allprojects { reposi

Panagiotis Makris 3 Dec 20, 2022
Library for easy work with Facebook, Twitter, LinkedIn and Google on Android

THIS PROJECT IS NO LONGER MAINTAINED, FEEL FREE TO FORK AND FIX IT FOR YOUR NEEDS There is also an Android Library that is being maintained, CloudRail

Anton Krasov 1k Dec 18, 2022
Easy social network authorization for Android. Supports Facebook, Twitter, Instagram, Google+, Vkontakte. Made by Stfalcon

SocialAuthHelper A library that helps to implement social network authorization (Facebook, Twitter, Instagram, GooglePlus, Vkontakte). Who we are Need

Stfalcon LLC 97 Nov 24, 2022
Twidere for Android

Twidere for Android Material Design ready and feature rich Twitter/Mastodon/Fanfou app for Android 4.1+. Enjoy Fediverse now! Twidere-Android is maint

Twidere Project 2.7k Dec 27, 2022
A Reddit client for Android

This is a Reddit client on Android written in Java. It does not have any ads and it features clean UI and smooth browsing experience.

null 2.6k Jan 9, 2023
An unofficial open source Reddit client for Android.

RedReader An unofficial, open source Android client for Reddit. Features Free and open-source Software - no ads/tracking Lightweight and fast Swipe po

null 1.4k Jan 7, 2023
Slide is an open sourced, ad free Reddit browser for Android

Slide Slide is an open source, ad free Reddit browser for Android. It is based around the Java Reddit API Wrapper. Slide is available on the Google Pl

Carlos Crane 1.7k Dec 27, 2022
Open-source alternative Instagram client on Android.

Instagram client; previously known as InstaGrabber.

Austin Huang 1.1k Jul 23, 2021