Code Monkey home page Code Monkey logo

youp3's Introduction

YouP3

Android app for downloading audio/videos directly from Youtube.

API

Features :

Download Modes :

  • Basic Mode : Downloads audio file from YouTube video only (I don't know about the properties)
  • Advanced Mode : Can download both Video/Audio files from 144p-360p-720p-1080p to 4K,dash.etc and whatever bitrate available

BookMark

  • Bookmark a video with a snapshot and it's url
  • Tap to open, long-tap to remove

Navbar

  • One click to go to Youtube trends to Youtube Music.. whatever available

Download management

  • Faster downloads(test cases shows uses full bandwidth) possible by PRDownloader (Obsolete since 1.0.4)
  • Stop-Resume-Pause Support (beta) (Obsolete since 1.0.4)
  • Background downloads (beta)
  • Realtime progress of file downloads (Obsolete since 1.0.4)
  • In-App Audio and Video player. (Strictly in Beta)
  • Default DownloadManager backed Download Management
  • In-build 6-mode Audio Format Conveter (New Since 1.1.0)

Except Them

  • Auto-Search videos when typed on searchbar (To be enabled from settings) (Obsolete)
  • Fullscreen mode (To be enabled from settings)
  • Desktop mode (To be enabled from settings)

Help

It's not hard to use it.Basic mode is just supereasy. In advanced mode, there will be some choices saying dash.. actually dash files are videos without audios. As sometimes higher resoliution videos are only in dash, I've thought to merge them with audio. Looking further whatever I can do. Till then don't use dash if you don't require.

Also, it's not complete yet. There might exists fatal bugs which I've not faced, I'll love to have an issue created by you then.

Screenshots

youp3's People

Contributors

exploitr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

youp3's Issues

Song Name

How do you get the song name to show from the video?

Youp3 v1.0.3: The app crashes every time I try to launch it.

Describe the bug.

I had downloaded and launched the app for the first time. I used it for a couple of minutes and exited it. I launched the app again, and it kept crashing.

How to reproduce.

  • Download and launch the app.
  • Exit the app
  • Launch the app again
  • See error.

Expected behavior.

I expected that I could close and launch the app at anytime without any hassle.

Test Environment.

Device: Redmi Note 5 Pro
OS: Android 9.0
Software version: Youp3 v1.0.3

Screen recording.

https://youtu.be/j9782eYPW88

Logcat

	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3722)
	at android.app.ActivityThread.access$1700(ActivityThread.java:200)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1704)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:201)
	at android.app.ActivityThread.main(ActivityThread.java:6810)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Caused by: java.lang.SecurityException: Permission Denial: startForeground from pid=19403, uid=10418 requires android.permission.FOREGROUND_SERVICE
	at android.os.Parcel.createException(Parcel.java:1953)
	at android.os.Parcel.readException(Parcel.java:1921)
	at android.os.Parcel.readException(Parcel.java:1871)
	at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:5144)
	at android.app.Service.startForeground(Service.java:695)
	at downloader.utils.DownloadExecutorService.onStartCommand(DownloadExecutorService.java:74)
	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3700)
	... 8 more
Caused by: android.os.RemoteException: Remote stack trace:
	at com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerService.java:9569)
	at com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices.java:1226)
	at com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java:901)
	at com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerService.java:21042)
	at android.app.IActivityManager$Stub.onTransact$setServiceForeground$(IActivityManager.java:10581)

[ Bug found in Youp3 version (1.3.0) ] the application is crash when i try to download any video

Project Information

Expected behavior

I was expecting the application should not be crash during a downloading any video

Actual behavior

when I try to download any video from youp3 the application is crash

How to reproduce

1-Download the latest application
2-install and open the application
3- search any video
4- during a watching click on up/down arrow
5- click on Fetch Downloadable File(s) Details
6- see the error

  • Browser/App version : Youp3 version (1.3.0)
  • Operating system : 6.0.1
  • Smartphone : Galaxy j7

Recording Of The Bug

20190501_134353

My Github Account

https://github.com/facebook-786

Logcat

D/AndroidRuntime(19886): Shutting down VM

E/AndroidRuntime(19886): FATAL EXCEPTION: main

E/AndroidRuntime(19886): Process: app.exploitr.nsg.youp3, PID: 19886

E/AndroidRuntime(19886): java.lang.NullPointerException: Attempt to invoke virtual method 'void f.f.b(int)' on a null object reference

E/AndroidRuntime(19886): 	at downloader.utils.c$1$1.d(BasicDownloader.java:227)

E/AndroidRuntime(19886): 	at com.github.hiteshsondhi88.libffmpeg.f.a(FFmpegExecuteAsyncTask.java:72)

E/AndroidRuntime(19886): 	at com.github.hiteshsondhi88.libffmpeg.f.onPostExecute(FFmpegExecuteAsyncTask.java:10)

E/AndroidRuntime(19886): 	at android.os.AsyncTask.finish(AsyncTask.java:636)

E/AndroidRuntime(19886): 	at android.os.AsyncTask.access$500(AsyncTask.java:177)

E/AndroidRuntime(19886): 	at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)

E/AndroidRuntime(19886): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(19886): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(19886): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(19886): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(19886): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(19886): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(19886): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

Can't download a video from youtube into mp3 format.

Describe the bug
When I try to download a video from YouTube as MP3 nothing happens.

How to reproduce

  1. Download and launch the app.
  2. Search for any video on YouTube
  3. Try to download the video as MP3
  4. See error

Expected behavior
I expect the MP3 format of the video I've selected to start downloading

Test Environment
Device: Infinix s2pro
OS: Android 7.0
Software version: Youp3 v4.6.4

YouP3 v1.4.0; Content is downloaded with my device's stock downloader app, not that of Youp3.

Describe the bug

I tried to download a video, and after selecting my desired video format and quality, the download started. However, the file was downloaded with my device's stock downloader app, and not that of YouP3. The implication of this issue meant that I couldn't manage downloads on YouP3.

Steps to reproduce

  • Launch the app and find any video to download
  • Open the video
  • Click the download icon
  • Select format and quality
  • Begin download
  • See error.

Expected behaviour

Based on the app's description, I expected that I would be able to manage downloads on the app with the in-app downloader.

Screen recording

https://www.youtube.com/watch?v=Dipaveeo5kw

Test Environment

  • Device; Redmi Note 5 Pro
  • OS; Android 9.0
  • Software version; YouP3 v1.4.0

App not closing from exit popup.

Actual behavior

App starting new blank page without exiting when clicking yes in the pop up exit massage.

Expected behavior

Expected that i can exit the app after clicking yes from the exit pop up.

How to reproduce

  1. Download the latest app from releases page
  2. Install the apps
  3. Open the apps in advance mode and allow all the permission
  4. Wait for loading some content
  5. Click back button
  6. A pop up message will show for exit
  7. Click yes and see the problem

Information

  • App version:v1.3.0
  • OS:Android 8.0.0
  • Device:Samsung J5

Recording Of The Bug

https://youtu.be/l02eVQXBZvY

App does not exit from navigation bar.

Actual behavior

The app not exit if i click Exit from navingation bar.Its opening new blank page.

Expected behavior

How to reproduce
  1. Open the app
  2. Click the navigation bar
  3. Click Exit to close the app
  4. see error

Information

  • App version:v1.3.0
  • Os:Android 9.0
  • Device:Samsung A10

Recording of the bug.

https://youtu.be/E7eYOBoXXPo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.