All Projects → Hashirama → OFDL

Hashirama / OFDL

Licence: other
media downloader with graphical user interface

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OFDL

eureka
HTML-first crack at a Flexible Media Browser progressively enhanced with React
Stars: ✭ 18 (-75%)
Mutual labels:  media
CustomTkinter
A modern and customizable python UI-library based on Tkinter
Stars: ✭ 1,626 (+2158.33%)
Mutual labels:  tkinter
vALGO
vALGO helps students to visualize various traversal and operations performed on data structure through amazing animations.
Stars: ✭ 28 (-61.11%)
Mutual labels:  tkinter
ZiggoNext
Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant
Stars: ✭ 33 (-54.17%)
Mutual labels:  media
HAudioPlayer
AVPlayer再封装,实现类网易云音乐播放动画效果
Stars: ✭ 15 (-79.17%)
Mutual labels:  media
putio-automator
A suite of commands for managing torrents, transfers and files on put.io. Works well with SickRage, Sonarr, etc.
Stars: ✭ 60 (-16.67%)
Mutual labels:  media
Notepy
Notepy is a full-featured Notepad Python app
Stars: ✭ 12 (-83.33%)
Mutual labels:  tkinter
python-gui-demos
This repo contains the basic demonstration of python gui
Stars: ✭ 31 (-56.94%)
Mutual labels:  tkinter
codecinfo
Detailed listing of multimedia codecs on an Android device
Stars: ✭ 33 (-54.17%)
Mutual labels:  media
VAG.Node
GB28181 PS流转发网关服务<Node 版>,以GB28181对接的方式将摄像机/硬盘录像机 的PS流(H264/H265)打包推送到RTMP服务器。
Stars: ✭ 48 (-33.33%)
Mutual labels:  media
pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
Stars: ✭ 26 (-63.89%)
Mutual labels:  tkinter
ttkbootstrap
A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
Stars: ✭ 512 (+611.11%)
Mutual labels:  tkinter
SheetAble
Self-hosted music sheet organizing software
Stars: ✭ 107 (+48.61%)
Mutual labels:  media
bot tulis
Pemalas versi desktop. Untuk yang ini tersedia versi CMD dan GUI. Pemalas adalah program untuk mengubah text menjadi tulisan diatas buku dalam bentuk gambar.
Stars: ✭ 43 (-40.28%)
Mutual labels:  tkinter
watchman
Watchman: An open-source social-media event-detection system
Stars: ✭ 18 (-75%)
Mutual labels:  media
live-stream-media-source-extensions
Live stream h264 encoded mp4 video on media source extensions using ffmpeg, node.js, socket.io, and express. Works in chrome, firefox, safari, and android. Not iOS compatible. Work has moved to mse-live-player repo =>
Stars: ✭ 24 (-66.67%)
Mutual labels:  media
kaltura-player-android
Kaltura Player is a rich, easy to integrate and easy to use video player for all media types and ad scenarios you need. - based on Google ExoPlayer
Stars: ✭ 22 (-69.44%)
Mutual labels:  media
kendraio-app
Kendraio App
Stars: ✭ 19 (-73.61%)
Mutual labels:  media
BitWave
A media player based on MPV, QML.
Stars: ✭ 22 (-69.44%)
Mutual labels:  media
iptv-m3u-player
项目iptv-m3u-maker衍生项目,利用已分析出的数据进行播放的桌面端app
Stars: ✭ 73 (+1.39%)
Mutual labels:  media

OFDL

meh media downloader with graphical user interface using Python's tkinter.

Downloads media files from meh (images, videos, highlights)

On Windows the only requirement should be requests which can be installed using pip.exe in the Scripts folder of the python installation directory - "pip install requests".

Before logging in, press F12 (or inspect/inspect element and go to the network tab) to bring up the "developer tools" and then log in. Type "init?" in the search bar and copy the text after the word "cookie:" but don't copy the "referer:". So when copying the cookie you should highlight: sc_is_visitor_unique, ref_src, sess, auth_id and auth_hash (some might not be there anymore so just copy what you do see there). Also copy the user-agent:

Paste the cookie and user-agent to the application and press OK:

It should then retrieve the users you're subscribed to.

Requirements

Written using Python 3.7 so use 3.7 or anything above.

On Windows, tkinter should already come with Python 3 so the only thing needed would be requests:

pip install requests

Then run the script OFDL.py by double clicking it or from IDLE (IDLE would be better just incase any errors occur).

I don't believe tkinter comes installed with Python 3 on Ubuntu so it can be installed using:

sudo apt-get install python3.7-tk

(Assuming you are using Python 3.7.) If requests is needed run:

pip3 install requests

To run script:

python3.7 OFDL.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].