update ytdownloader
This commit is contained in:
parent
877b7c9835
commit
521fab726c
|
@ -1,9 +1,9 @@
|
||||||
AntiFeatures:Tracking
|
AntiFeatures:UpstreamNonFree
|
||||||
Categories:Multimedia
|
Categories:Multimedia
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:
|
Web Site:https://sourceforge.net/projects/ytdownloader
|
||||||
Source Code:https://gitorious.org/yt_downloader/yt_downloader
|
Source Code:https://github.com/dentex/ytdownloader
|
||||||
Issue Tracker:
|
Issue Tracker:https://github.com/dentex/ytdownloader/issues
|
||||||
|
|
||||||
Auto Name:YouTube Downloader
|
Auto Name:YouTube Downloader
|
||||||
Summary:Download files from YouTube
|
Summary:Download files from YouTube
|
||||||
|
@ -21,17 +21,11 @@ to have the YouTube app: URLs can be shared from the browser.
|
||||||
|
|
||||||
See the source code page for a changelog.
|
See the source code page for a changelog.
|
||||||
|
|
||||||
Anti-feature: Tracking. Crash reporting has been introduced and
|
A proprietary bug library was removed.
|
||||||
it operates without user interaction. A sample report
|
|
||||||
can be viewed in the Settings and it can also be disabled there.
|
|
||||||
|
|
||||||
Status: Source code rep disappeared for this one and because of the
|
|
||||||
way YouTube change things, this could stop working at any moment.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
#Repo deleted
|
Repo Type:git
|
||||||
#Repo Type:git
|
Repo:https://github.com/dentex/ytdownloader.git
|
||||||
#Repo:https://github.com/dentex/ytdownloader.git
|
|
||||||
|
|
||||||
Build Version:1.3,30,cb6a336b63,subdir=dentex.youtube.downloader,update=.;../android-filechooser,\
|
Build Version:1.3,30,cb6a336b63,subdir=dentex.youtube.downloader,update=.;../android-filechooser,\
|
||||||
rm=dentex.youtube.downloader_v1.3.apk
|
rm=dentex.youtube.downloader_v1.3.apk
|
||||||
|
@ -86,8 +80,18 @@ prebuild=mkdir -p ../dentex.youtube.downloader.strings/src ../android-filechoose
|
||||||
mv liblame/jni . && mv libs/bugs*.jar ../android-filechooser/libs/,\
|
mv liblame/jni . && mv libs/bugs*.jar ../android-filechooser/libs/,\
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:3.5.4,75
|
||||||
Update Check Mode:Static
|
commit=3.5.4
|
||||||
Current Version:2.6.1
|
subdir=dentex.youtube.downloader
|
||||||
Current Version Code:59
|
prebuild=find .. -type f -print0 | xargs -0 sed -i '/BugSenseHandler/d' && \
|
||||||
|
rm -rf $(find .. -name bugsense-3.6.jar) libs/armeabi* && \
|
||||||
|
mkdir -p ../dentex.youtube.downloader.strings/src && \
|
||||||
|
tar xvf ../FFmpeg_and_lame_sources/liblame.tar.gz && \
|
||||||
|
mv liblame/jni .
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:3.5.4
|
||||||
|
Current Version Code:75
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue