Beta Youtube Library
#1
Video 
YoutubeLibrary 0.9.9.1

Youtube Library now has its own site: YoutubeLibrary.nl.
Check it out! You can get pre-configured playlists there! Donors can even load those pre-configured playlists within the addon!

What does it do?
Youtube Library is an addon that allows you to add Youtube Channels / Playlists to your Kodi Library as if it were TV Shows / Music Videos or Movies! For a clearer picture, you can watch the video below. If you're really impatient, the endresult is at 1:38.

Demonstration / How to use
Download Youtube Library and in Kodi go to: System -> Addons -> Install from zip to enable the repository. Then you can choose "Install from repository" and Youtube Library will auto-update from now on!

Why isnt the youtube video working :S?: https://www.youtube.com/watch?v=2jXB5p4oAww

Youtube Library on Github

Changelog:
Code:
0.9.9.1:
- Fixed deprecated googleapiclient dependency
- Added 1 to 'only grab X videos' option.
- Fixed lower of None error when adding musicvideos.
- Created fallback when poster of tv show is not found to just use the default.png instead of not playing the video at all.

0.9.9:
- Added Feature: Ability to download youtube videos (upto 4k with sound!) instead of creating stream files (.strm) (NOTE: install ffmpeg to be able to download in 1080p+ and more streams)
- Added Feature: Ability to regenerate artwork from youtube for playlists.
- Bugfix: when adding a channel with playlists with incomplete metadata
- Bugfix: Fixed the display of the poster thumbnail when streaming a youtube video
- Bugfix: Unicode errors when playing videos with characters like ë
- Bugfix: Blocked by country no longer blocks the updating of the playlist
- Lots of other small fixes and adjustments

0.9.8.1:
- Minor fixes & adjustments

0.9.8:
- Added Feature (Donor): Add pre-configured Musicvideos playlists from youtubelibrary.nl from within the addon! (Free users can view the playlist settings on youtubelibrary.nl)
- Added Feature (Donor): Add pre-configured Movies playlists from youtubelibrary.nl from within the addon! (Free users can view the playlist settings on youtubelibrary.nl)
- Added Feature: Ability to set timezones for playlists. For example this playlist updates @ 19:00 GMT+2.
- Added Feature: Reverse. (Reverses the playlists in its order. Useful for playlists sorted oldest -> newest instead of newest -> oldest. You should really try to find newest->oldest playlists tho. This function will not work with playlists containing to much videos. This functionality isnt perfect for obvious reasons.)
- Added Feature: Now creates a backup file of a settings.xml every time it alters it (in case it gets corrupted) and validates the file.
- Added Feature: You can now refresh a playlist from its context menu
- Added Feature: Movies support
- Added Feature: IMDB scraper (Tries to identify movies on IMDB, if it succeeds let the IMDB scraper do its work. If it fails the user has the option to not add the video or fallback on addon settings)
- Added Feature: IMDB match cutoff (Determine how much of a percentage the title needs to match the title on IMDB to be acccepted as a match)
- Added Feature: Smart Search (Tries to identify movie information like year & director. It also tries to strip unneeded stuff from the title, for example: "(FULL MOVIE)")
- Added Feature: Use YT Image (Always use the image from Youtube | Never use the image from Youtube | Only if no image is found on IMDB | Dont add the video if no image is found on IMDB)
- Added Feature: Set (Determine the Movieset the movies from the playlists will belong to)
- Added Feature: Resume playback on videos added to the movielibrary
- Bugfix: Videos with & in the title gave an error when playing.
- Bugfix: Doesnt scan the library after refreshing a playlist anymore
- Bugfix: If an error happened while retrieving a playlist, it would raise an exception and stop working until a restart of kodi.
- Bugfix: Turned artist-song around if artist-song found in "X by Y" regex.
- Bugfix: Didnt remove musicvideo folder when deleting the playlist when asked to do so.
- Numerous small fixes & tweaks I forgot to write down

0.9.7:
- Added [Donor only]: Browse & Add pre-configured playlists from youtubelibrary.nl
- Youtubelibrary now has its repo! Install via the repo to get auto updates!
- Added Feature: You can now also search & add playlists by their name, id or even their url!
- Added Feature: You can now browse more then 50 playlists from a channel
- Fix: When using regex in season/episode, it will now handle specials correctly when failing to recognize one of the two.

0.9.6.2:
- Fixed Bug: Addon setting "nofify update" was missing its text

0.9.6.1:
- Fix: Hopefully the double userdata fix also works on linux now.

0.9.6:
- Uses normal icon/fanart again. (if you liked the newyear art better, you can still find it in the root)
- Added Feature: Only grab the last X videos instead of grabbing all videos from the channel / playlist
- Completely redid the way the service works, making different updating rules for each playlist possible
- Added Feature: Set frequency of updates for each playlist seperately
- Added Feature: Set desired day of the week for the updating of playlists
- Added Feature: Set desired time of the day for the updating of playlists
- Added Feature: song_fallback: video title (original). Just use the original video title as the song title, just as it is on youtube.
- Added Feature: Creates artist.nfo & artwork (unfortunatly kodi does not seem to grab these. Perhaps some skins will)
- Added: You can turn on/off the notify message when a playlist gets updated
- Added: TV Fanart also saved in a subdir called extrafanart
- Added: TV .strm & .nfo files are now stored in subdirectories of their season
- Fixed Bug: Unicode error when playing videos
- Fixed Bug: Unicode file paths (japanese characters etc work)
- Fix: Support for smb:// paths
- Fix: When song_fallback is set to video title / video title (original) & artist_recognisition is set to hardcoded, just those values will be used. No further stripping or altering of the artist / song will be done
- Fix: special://profile is now used (fix for double userdata/userdata included :S)
- Fix: Changed service start from startup to login
- Fix: Since the googleoathclient module is fixed, ytlibrary can depend on that now and loses its own oathclient.
- LOTS of small fixes & little changes


0.9.5 - Happy New Year!
- Changed Icon & Fanart to Happy New Year! Edition
- Added Feature: Now works with youtube-dl instead of pafy to get video url (This makes VEVO video playback possible as well)
- Added Feature: Basic Mode. If the settings dazzle you, this is the setting for you. You don't get to alter things much tho.
- Added Feature: Normal Mode (enabled by default). Some options are still hidden.
- Added Feature: Expert Mode. All options are available.
- Added Feature: defaultsetting for Tags
- Fixed Bug: Some defaultsettings for TV were not working
- Added Feature: MusicVideo Support:
Added MusicVideo Features:
- Tries to pretty up the songtitle
- Skip Audio-only videos
- Skip Live videos
- Skip Lyric Videos
- Auto tags Audio-only videos as 'audio'
- Auto tags Live vidoes as 'live'
- Auto tags Lyric videos as 'lyrics'
- Guess artist - song from youtube video/description
- Guess feautured artists, and add those artist as seperete artists on the musicvideo
- Use playlist name, video channel name, hardcoded as Artist fallback
- Use video title as Song title fallback
- Guess Album from video title/description
- Fallback on hardcoded album
- Use video description, playlist description or a hardcoded Plot as plot (description of the music video)
- Guess Year from video title/description
- Use published year or a hardcoded year as year fallback
- Option to not add (skip the video) if recognizition of any tag fails

v0.9.4.1
- Fixed Bug: Tags would error if only one was specified
- Fixed Bug: min-/maxlength now behaving as HH:MM (was MM:SS)
- exclude(words) is now case-insensitive & searches description of the video as well

v0.9.4
- Added Feature: Tags
- Added Feature: s02e12 / 02x12 from the youtube vid title as your season/episode numbering
- Added Feature: You can change the publication date of the show
- Added Feature: You can now set default settings for playlists (shows) you add
- Fixed Error: when adding youtube channel without TV Channel Banner
- Fixed Error: when playing vids from library when not retrieving meta information from database
- Fixed Bug: min-/maxlength is ignored
- Fixed Bug: Episodenr listing will be deleted if you refresh a playlist (episodenumbering will be reset)
- Fixed Bug: Videos longer than 1 hour returned a wrong runtime of minutes
- Fixed Bug: Scraping stopped at a Deleted Video
- removetitle is now case-insensitive

v0.9.3
- Fixed delta_time error on Android (python 2.6)

v0.9.2
- Added support for Android (python 2.6)

v0.9.1
- Removed .git folder & removed xml_declaration, so hopefully systems running python 2.6< will work to


Features
- Able to automatically download or stream videos to the Kodi Tv shows / Music Video / Movies Library with metadata!
- Creates NFO & STRM files (tvshow.nfo & [ep].nfo, [ep].strm) (artist.nfo & [song].nfo, [song].strm)
- Grabs/downloads artwork (fanart, banner, thumbnail) for the (youtube) tvshow (you can edit these images easily)
- Grabs artwork (thumbnail) for each episode
- Grabs/downloads artwork (fanart, banner, thumbnail) for the (youtube) musicvideos.
- Automatically fills in titles & descriptions for tvshow & episodes
- Automatically grabs airdate for tvshow & episodes
- Can set title for (youtube) tv show
- Can set genres for (youtube) tv show
- Can set tags for (youtube) tv show
- Automatically generates nice looking season numbering (year, number, regex) & episode numbering (default, playlist position, monthday, monthdayhour, monthdayhourminute, number, regex)
- Can remove & strip text from titles and descriptions (text, regex)
- Only rips videos you dont have yet. Videos already in the library are not rescanned everytime.
- Has a Service that will scan new episodes automatically into the library
- Plays Youtube Videos (max. 720p now)
- Marks episodes as watched automatically
- Remembers where you ended the episode, so you can choose to resume the video
- Supports PseudoTV Live
- Filters to skip videos from the playlist / channel you don't want.
- Automatic recognition of album, artist, featured artist, year & song title.
- Match movies on IMDB
- A whole lot more!

Known Bugs / Limitations
- Videos are max. 720p, even if higher resolutions are available
- No subtitle support
- It's possible you don't get new episodes if the order of the playlist is not (exactly) newest > oldest. (with oldest > newest, you will most certainly not recieve new videos. Blame Google for not including a sort-by-date option)
- Episode sorting option 'pos' is broken

Possible / Planned Features (no promises, just possible features i thought off)
- Tags (Added in v0.9.4)
- 1080p+ support
- Subtitles support
- Music Videos Support (Added in v0.9.5)
- Music Support
- (Legal) movie support (Added in v0.9.8)
- Support to add your own playlists (with authentication)
- Vevo.com support (better information about artistinfo and such, plus 1080p playback)

Donate Features (You will always be able to get the same endresults with the non-donate addon)
- Developer List (Pre-configured and organised youtube channels to add) (Added in v0.9.7)

Left to do before V1.0
- Localise all strings
- Perhaps a submit playlist to community list option

How can you help?
You can help out by reporting bugs and showing your support! Help with programming & translating in your language is very much welcome! Sending me tips of great channels is also appreciated Smile.
You can also donate a few bucks so I can pay for hosting and make YTlibrary even greater!

Donate for hosting costs [Goal: €24,- a year: Reached: €0 (0%)]
(Unfortunatly paypal takes a cut.)
Image
Reply


Messages In This Thread
Youtube Library - by Sleuteltje - 2015-11-03, 00:31
RE: Youtube Library - by Sleuteltje - 2015-11-03, 00:32
RE: Youtube Library - by pdops - 2015-12-23, 03:40
RE: Youtube Library - by Sleuteltje - 2015-12-28, 21:42
RE: Youtube Library - by pdops - 2015-12-28, 22:31
RE: Youtube Library - by Sleuteltje - 2015-12-28, 22:38
RE: Youtube Library - by Sleuteltje - 2015-11-03, 00:33
RE: Youtube Library - by dalethefarmer - 2015-11-03, 00:43
RE: Youtube Library - by Sleuteltje - 2015-11-03, 01:26
RE: Youtube Library - by locoguano - 2015-11-03, 04:33
RE: Youtube Library - by Sleuteltje - 2015-11-03, 21:33
RE: Youtube Library - by Paranoidjack - 2015-11-03, 16:26
RE: Youtube Library - by Sleuteltje - 2015-11-03, 22:09
RE: Youtube Library - by ederson - 2015-11-04, 11:41
RE: Youtube Library - by Sleuteltje - 2015-11-04, 21:39
RE: Youtube Library - by Paranoidjack - 2015-11-04, 14:18
RE: Youtube Library - by Sleuteltje - 2015-11-04, 22:19
RE: Youtube Library - by Paranoidjack - 2015-11-06, 20:39
RE: Youtube Library - by DataBass - 2015-11-19, 07:09
RE: Youtube Library - by Sleuteltje - 2015-11-20, 13:26
RE: Youtube Library - by DataBass - 2015-11-20, 19:54
RE: Youtube Library - by savioreagle - 2017-12-11, 19:28
RE: Youtube Library - by Paranoidjack - 2015-11-20, 15:47
RE: Youtube Library - by Sleuteltje - 2015-11-21, 23:39
RE: Youtube Library - by Paranoidjack - 2015-11-22, 16:24
RE: Youtube Library - by Anomander Rake - 2015-11-21, 10:16
RE: Youtube Library - by Eye in the sky - 2015-11-21, 14:03
RE: Youtube Library - by Paranoidjack - 2015-11-21, 22:17
RE: Youtube Library - by Sleuteltje - 2015-11-23, 04:53
RE: Youtube Library - by Eye in the sky - 2015-11-23, 11:54
RE: Youtube Library - by DataBass - 2015-12-05, 04:10
RE: Youtube Library - by Paranoidjack - 2015-11-23, 16:54
RE: Youtube Library - by Sleuteltje - 2015-11-23, 20:36
RE: Youtube Library - by Paranoidjack - 2015-11-28, 20:42
RE: Youtube Library - by Sleuteltje - 2015-12-01, 01:45
RE: Youtube Library - by Paranoidjack - 2015-12-01, 09:03
RE: Youtube Library - by janitory - 2015-12-04, 04:36
RE: Youtube Library - by Sleuteltje - 2015-12-07, 00:53
RE: Youtube Library - by Paranoidjack - 2015-12-07, 14:36
RE: Youtube Library - by Sleuteltje - 2015-12-08, 16:01
RE: Youtube Library - by Paranoidjack - 2015-12-17, 20:17
RE: Youtube Library - by Idokfire - 2015-12-17, 06:58
RE: Youtube Library - by Sleuteltje - 2015-12-17, 20:28
RE: Youtube Library - by tofof - 2016-05-14, 04:15
RE: Youtube Library - by Sleuteltje - 2016-05-14, 13:00
RE: Youtube Library - by tofof - 2016-05-16, 01:58
RE: Youtube Library - by Sleuteltje - 2016-05-16, 02:03
RE: Youtube Library - by tofof - 2016-05-16, 02:05
RE: Youtube Library - by Sleuteltje - 2016-05-16, 02:10
RE: Youtube Library - by Idokfire - 2015-12-18, 01:06
RE: Youtube Library - by Sleuteltje - 2015-12-18, 23:15
RE: Youtube Library - by hunkyn - 2015-12-18, 04:32
RE: Youtube Library - by hunkyn - 2015-12-19, 03:07
RE: Youtube Library - by hunkyn - 2015-12-19, 03:10
RE: Youtube Library - by Sleuteltje - 2015-12-22, 23:48
RE: Youtube Library - by Sleuteltje - 2015-12-31, 20:23
RE: Youtube Library - by LFCFAN - 2015-12-31, 22:01
RE: Youtube Library - by Idokfire - 2016-01-01, 03:11
RE: Youtube Library - by Loc2262 - 2016-01-01, 19:56
RE: Youtube Library - by Sleuteltje - 2016-01-02, 01:55
RE: Youtube Library - by Loc2262 - 2016-01-02, 12:15
RE: Youtube Library - by messers - 2016-01-02, 22:03
RE: Youtube Library - by orbitnz - 2016-01-02, 22:15
RE: Youtube Library - by messers - 2016-01-02, 22:28
RE: Youtube Library - by orbitnz - 2016-01-02, 22:59
RE: Youtube Library - by Sleuteltje - 2016-01-03, 12:30
RE: Youtube Library - by Loc2262 - 2016-01-03, 21:56
RE: Youtube Library - by Sleuteltje - 2016-01-03, 22:26
RE: Youtube Library - by messers - 2016-01-04, 04:50
RE: Youtube Library - by Loc2262 - 2016-01-04, 10:52
RE: Youtube Library - by Sleuteltje - 2016-01-05, 03:50
RE: Youtube Library - by messers - 2016-01-06, 06:04
RE: Youtube Library - by Sleuteltje - 2016-01-06, 07:41
RE: Youtube Library - by messers - 2016-01-06, 22:43
RE: Youtube Library - by petersyard - 2016-01-06, 15:45
RE: Youtube Library - by Sleuteltje - 2016-01-06, 20:10
RE: Youtube Library - by petersyard - 2016-01-07, 01:29
RE: Youtube Library - by Sleuteltje - 2016-01-07, 03:53
RE: Youtube Library - by messers - 2016-01-07, 05:33
RE: Youtube Library - by petersyard - 2016-01-07, 05:06
RE: Youtube Library - by Sleuteltje - 2016-01-07, 06:01
RE: Youtube Library - by petersyard - 2016-01-07, 13:43
RE: Youtube Library - by messers - 2016-01-08, 00:05
RE: Youtube Library - by Sleuteltje - 2016-01-08, 03:18
RE: Youtube Library - by messers - 2016-01-08, 05:11
RE: Youtube Library - by petersyard - 2016-01-08, 10:36
RE: Youtube Library - by shadowmaster - 2016-01-08, 16:40
RE: Youtube Library - by Sleuteltje - 2016-01-08, 16:56
RE: Youtube Library - by petersyard - 2016-01-10, 03:04
RE: Youtube Library - by Paranoidjack - 2016-01-09, 15:00
RE: Youtube Library - by messers - 2016-01-09, 22:04
RE: Youtube Library - by scott967 - 2016-01-10, 07:20
RE: Youtube Library - by Quihico - 2016-01-11, 11:43
RE: Youtube Library - by scott967 - 2016-01-12, 04:27
RE: Youtube Library - by messers - 2016-01-12, 04:41
RE: Youtube Library - by Sleuteltje - 2016-01-13, 00:32
RE: Youtube Library - by messers - 2016-01-13, 00:45
RE: Youtube Library - by scott967 - 2016-01-13, 03:33
RE: Youtube Library - by rsquared - 2016-01-18, 21:11
RE: Youtube Library - by Sleuteltje - 2016-01-18, 21:28
RE: Youtube Library - by derders - 2016-01-19, 23:13
RE: Youtube Library - by hall.liam - 2016-02-05, 02:31
RE: Youtube Library - by Sleuteltje - 2016-02-06, 21:28
RE: Youtube Library - by spyvspyaeon - 2016-02-18, 23:59
RE: Youtube Library - by Sleuteltje - 2016-02-19, 00:07
RE: Youtube Library - by spyvspyaeon - 2016-02-19, 00:34
RE: Youtube Library - by Sleuteltje - 2016-02-19, 01:46
RE: Youtube Library - by spyvspyaeon - 2016-02-19, 03:36
RE: Youtube Library - by scott967 - 2016-02-19, 21:52
RE: Youtube Library - by Sleuteltje - 2016-02-19, 23:33
RE: Youtube Library - by spyvspyaeon - 2016-02-20, 03:39
RE: Youtube Library - by scott967 - 2016-02-21, 05:24
RE: Youtube Library - by waverz - 2016-02-25, 06:33
RE: Youtube Library - by Sleuteltje - 2016-02-26, 02:36
RE: Youtube Library - by pdops - 2016-02-27, 18:08
RE: Youtube Library - by pdops - 2016-02-26, 03:23
RE: Youtube Library - by Sleuteltje - 2016-02-26, 06:02
RE: Youtube Library - by pdops - 2016-02-26, 07:55
RE: Youtube Library - by spyvspyaeon - 2016-02-26, 23:40
RE: Youtube Library - by bluenote - 2016-02-27, 01:55
RE: Youtube Library - by Sleuteltje - 2016-02-27, 15:21
RE: Youtube Library - by pdops - 2016-02-27, 17:57
RE: Youtube Library - by Sleuteltje - 2016-02-27, 18:57
RE: Youtube Library - by pdops - 2016-02-27, 19:59
RE: Youtube Library - by spyvspyaeon - 2016-02-28, 01:05
RE: Youtube Library - by Sleuteltje - 2016-02-28, 03:42
RE: Youtube Library - by spyvspyaeon - 2016-02-28, 05:07
RE: Youtube Library - by Sleuteltje - 2016-03-02, 23:02
RE: Youtube Library - by redhalo - 2016-03-02, 23:46
RE: Youtube Library - by DarrenHill - 2016-03-03, 13:41
RE: Youtube Library - by scott967 - 2016-03-04, 01:39
RE: Youtube Library - by Sleuteltje - 2016-03-04, 04:28
RE: Youtube Library - by Sleuteltje - 2016-03-03, 14:02
RE: Youtube Library - by DarrenHill - 2016-03-03, 16:56
RE: Youtube Library - by Paranoidjack - 2016-03-03, 14:08
RE: Youtube Library - by Sleuteltje - 2016-03-03, 14:21
RE: Youtube Library - by Paranoidjack - 2016-03-03, 15:59
RE: Youtube Library - by Sleuteltje - 2016-03-03, 16:03
RE: Youtube Library - by Paranoidjack - 2016-03-03, 16:41
RE: Youtube Library - by edz2k9 - 2016-03-03, 17:25
RE: Youtube Library - by Sleuteltje - 2016-03-03, 18:35
RE: Youtube Library - by Paranoidjack - 2016-03-03, 18:47
RE: Youtube Library - by DarrenHill - 2016-03-03, 20:47
RE: Youtube Library - by Sleuteltje - 2016-03-03, 21:21
RE: Youtube Library - by DarrenHill - 2016-03-03, 22:00
RE: Youtube Library - by Paranoidjack - 2016-03-07, 14:34
RE: Youtube Library - by messers - 2016-03-18, 06:22
RE: Youtube Library - by Idokfire - 2016-03-18, 06:27
RE: Youtube Library - by messers - 2016-03-19, 00:44
RE: Youtube Library - by Sleuteltje - 2016-03-19, 13:15
RE: Youtube Library - by messers - 2016-03-19, 19:02
RE: Youtube Library - by messers - 2016-03-28, 23:04
RE: Youtube Library - by Sleuteltje - 2016-03-29, 02:19
RE: Youtube Library - by messers - 2016-03-29, 09:09
RE: Youtube Library - by randomuser - 2016-05-08, 16:50
RE: Youtube Library - by tofof - 2016-05-17, 05:35
RE: Youtube Library - by Sleuteltje - 2016-05-17, 13:24
RE: Youtube Library - by tofof - 2016-05-17, 18:26
RE: Youtube Library - by schumi2004 - 2016-05-17, 21:56
RE: Youtube Library - by Sleuteltje - 2016-05-18, 03:31
RE: Youtube Library - by tofof - 2016-05-18, 04:17
RE: Youtube Library - by Sleuteltje - 2016-05-18, 04:29
RE: Youtube Library - by Idokfire - 2016-05-18, 05:31
RE: Youtube Library - by Sleuteltje - 2016-05-19, 18:29
RE: Youtube Library - by Idokfire - 2016-05-19, 18:31
RE: Youtube Library - by Sleuteltje - 2016-05-19, 18:32
RE: Youtube Library - by Idokfire - 2016-05-20, 00:15
RE: Youtube Library - by Paranoidjack - 2016-05-20, 08:33
RE: Youtube Library - by Sleuteltje - 2016-06-10, 05:03
RE: Youtube Library - by Idokfire - 2016-06-10, 17:31
RE: Youtube Library - by jaynford - 2016-06-16, 21:15
RE: Youtube Library - by Sleuteltje - 2016-06-16, 23:22
RE: Youtube Library - by Sleuteltje - 2016-06-19, 12:38
RE: Youtube Library - by Paranoidjack - 2016-08-05, 18:44
RE: Youtube Library - by Sleuteltje - 2016-08-21, 22:38
RE: Youtube Library - by MechanicalWhispers - 2016-08-22, 19:40
RE: Youtube Library - by Sleuteltje - 2016-08-23, 20:24
RE: Youtube Library - by MechanicalWhispers - 2016-08-23, 21:52
RE: Youtube Library - by Sleuteltje - 2016-08-23, 23:48
RE: Youtube Library - by MechanicalWhispers - 2016-08-24, 01:13
RE: Youtube Library - by Sleuteltje - 2016-08-24, 01:52
RE: Youtube Library - by MechanicalWhispers - 2016-08-24, 03:00
RE: Youtube Library - by Sleuteltje - 2016-08-24, 04:22
RE: Youtube Library - by MechanicalWhispers - 2016-08-24, 14:41
RE: Youtube Library - by Sleuteltje - 2016-08-24, 14:50
RE: Youtube Library - by MechanicalWhispers - 2016-08-24, 22:21
RE: Youtube Library - by Fail$tyle420 - 2016-08-26, 22:46
RE: Youtube Library - by Sleuteltje - 2016-08-26, 22:56
RE: Youtube Library - by Sleuteltje - 2016-09-08, 21:16
RE: Youtube Library - by Paranoidjack - 2016-09-09, 16:34
RE: Youtube Library - by Sleuteltje - 2016-09-09, 17:41
RE: Youtube Library - by pdops - 2016-09-09, 02:43
RE: Youtube Library - by pdops - 2016-09-09, 18:13
RE: Youtube Library - by Sleuteltje - 2016-09-10, 14:03
RE: Youtube Library - by pdops - 2016-09-10, 21:54
RE: Youtube Library - by Fail$tyle420 - 2016-09-27, 00:30
RE: Youtube Library - by Sleuteltje - 2016-09-30, 03:33
RE: Youtube Library - by Sleuteltje - 2016-09-30, 03:37
RE: Youtube Library - by verona77 - 2016-10-16, 04:31
RE: Youtube Library - by Dankex - 2016-10-19, 02:02
RE: Youtube Library - by Sleuteltje - 2016-10-19, 19:25
RE: Youtube Library - by NGC3982 - 2016-10-26, 00:10
RE: Youtube Library - by Sleuteltje - 2016-10-27, 01:12
RE: Youtube Library - by xbmosx - 2016-10-30, 01:23
RE: Youtube Library - by Sleuteltje - 2016-10-30, 11:37
RE: Youtube Library - by pdops - 2016-10-30, 18:38
RE: Youtube Library - by xbmosx - 2016-10-30, 12:05
RE: Youtube Library - by Sleuteltje - 2016-10-30, 12:14
RE: Youtube Library - by xbmosx - 2016-10-30, 13:07
RE: Youtube Library - by Sleuteltje - 2016-10-31, 18:49
RE: Youtube Library - by Sleuteltje - 2016-11-02, 20:05
RE: Youtube Library - by Ridayah - 2016-11-05, 15:10
RE: Youtube Library - by mg10 - 2016-11-05, 16:53
RE: Youtube Library - by mg10 - 2016-11-06, 14:45
RE: Youtube Library - by Sleuteltje - 2016-11-06, 19:57
RE: Youtube Library - by mg10 - 2016-11-07, 01:38
RE: Youtube Library - by mg10 - 2016-11-07, 18:09
RE: Youtube Library - by Sleuteltje - 2016-11-07, 21:15
RE: Youtube Library - by mg10 - 2016-11-08, 00:17
RE: Youtube Library - by Ridayah - 2016-11-15, 16:24
Download the Movies to harddisk - by lotust7 - 2016-11-18, 14:00
RE: Youtube Library - by verona77 - 2016-11-19, 21:49
RE: Youtube Library - by Sleuteltje - 2016-11-22, 01:28
RE: Youtube Library - by Ridayah - 2016-12-06, 23:40
RE: Youtube Library - by bobbie digital - 2016-11-23, 23:16
RE: Youtube Library - by Sleuteltje - 2016-11-23, 23:24
RE: Youtube Library - by bobbie digital - 2016-11-24, 00:04
RE: Youtube Library - by bobbie digital - 2016-11-24, 00:09
RE: Youtube Library - by Sleuteltje - 2016-11-26, 00:56
RE: Youtube Library - by bobbie digital - 2016-11-26, 03:04
RE: Youtube Library - by scott967 - 2016-11-29, 00:47
RE: Youtube Library - by lotust7 - 2017-01-21, 17:10
RE: Youtube Library - by Garulf - 2017-02-04, 09:13
RE: Youtube Library - by johnkak - 2017-02-04, 09:31
RE: Youtube Library - by Paranoidjack - 2017-02-05, 15:50
RE: Youtube Library - by autifex - 2017-05-25, 17:28
RE: Youtube Library - by pdops - 2017-05-25, 17:51
RE: Youtube Library - by dan_jericho - 2017-08-25, 09:21
RE: Youtube Library - by Sleuteltje - 2017-08-25, 12:23
RE: Youtube Library - by dan_jericho - 2017-08-25, 13:23
RE: Youtube Library - by Sleuteltje - 2017-08-27, 19:30
RE: Youtube Library - by pdops - 2017-08-25, 16:16
RE: Youtube Library - by Sleuteltje - 2017-08-27, 20:03
RE: Youtube Library - by dan_jericho - 2017-08-30, 01:00
RE: Youtube Library - by bsn76 - 2017-08-31, 17:52
RE: Youtube Library - by Paranoidjack - 2017-09-09, 13:07
RE: Youtube Library - by scott967 - 2017-09-10, 05:26
RE: Youtube Library - by R.O.H.3000 - 2017-11-05, 22:43
RE: Youtube Library - by Alexsource - 2017-11-07, 16:14
RE: Youtube Library - by Alexsource - 2017-11-08, 03:30
RE: Youtube Library - by Alexsource - 2017-11-08, 04:17
RE: Youtube Library - by Alexsource - 2017-11-08, 04:49
RE: Youtube Library - by locoguano - 2017-11-09, 04:59
RE: Youtube Library - by R.O.H.3000 - 2017-11-09, 21:34
RE: Youtube Library - by Alexsource - 2017-11-10, 01:29
RE: Youtube Library - by BrianFantana - 2017-11-11, 15:08
RE: Youtube Library - by Alexsource - 2017-11-13, 22:24
RE: Youtube Library - by R.O.H.3000 - 2017-11-25, 19:34
RE: Youtube Library - by pdops - 2017-11-25, 19:46
RE: Youtube Library - by R.O.H.3000 - 2017-11-25, 20:13
RE: Youtube Library - by R.O.H.3000 - 2017-11-26, 14:54
RE: Youtube Library - by R.O.H.3000 - 2017-11-27, 17:26
RE: Youtube Library - by R.O.H.3000 - 2017-11-28, 19:13
RE: Youtube Library - by Alexsource - 2017-11-29, 02:07
RE: Youtube Library - by Alexsource - 2017-11-29, 02:38
RE: Youtube Library - by R.O.H.3000 - 2017-11-29, 10:33
RE: Youtube Library - by R.O.H.3000 - 2017-12-03, 10:50
RE: Youtube Library - by R.O.H.3000 - 2017-12-03, 16:44
RE: Youtube Library - by R.O.H.3000 - 2017-12-03, 18:13
RE: Youtube Library - by scott967 - 2017-12-04, 21:24
RE: Youtube Library - by R.O.H.3000 - 2017-12-04, 22:15
RE: Youtube Library - by tofof - 2017-12-05, 00:18
RE: Youtube Library - by scott967 - 2017-12-05, 01:07
RE: Youtube Library - by R.O.H.3000 - 2017-12-05, 02:09
RE: Youtube Library - by pdops - 2017-12-05, 07:01
RE: Youtube Library - by wheemer - 2017-12-07, 18:59
RE: Youtube Library - by wheemer - 2017-12-07, 20:58
RE: Youtube Library - by DarrenHill - 2017-12-07, 21:20
RE: Youtube Library - by wheemer - 2017-12-08, 00:41
RE: Youtube Library - by DarrenHill - 2017-12-08, 10:07
RE: Youtube Library - by wheemer - 2017-12-08, 02:05
RE: Youtube Library - by Sleuteltje - 2017-12-08, 05:48
RE: Youtube Library - by wheemer - 2017-12-08, 17:12
RE: Youtube Library - by wheemer - 2017-12-08, 17:46
RE: Youtube Library - by Sleuteltje - 2017-12-08, 17:47
RE: Youtube Library - by wheemer - 2017-12-08, 19:15
RE: Youtube Library - by wheemer - 2017-12-09, 02:05
RE: Youtube Library - by R.O.H.3000 - 2017-12-16, 13:32
RE: Youtube Library - by Alexsource - 2017-12-16, 16:43
RE: Youtube Library - by wheemer - 2017-12-16, 19:21
RE: Youtube Library - by R.O.H.3000 - 2017-12-16, 23:42
RE: Youtube Library - by R.O.H.3000 - 2017-12-16, 23:50
RE: Youtube Library - by wheemer - 2017-12-17, 00:02
RE: Youtube Library - by Alexsource - 2017-12-17, 19:40
RE: Youtube Library - by wheemer - 2017-12-17, 21:08
RE: Youtube Library - by Alexsource - 2017-12-18, 04:25
RE: Youtube Library - by wheemer - 2017-12-18, 06:48
RE: Youtube Library - by R.O.H.3000 - 2017-12-19, 22:10
RE: Youtube Library - by Sleuteltje - 2018-01-17, 16:10
RE: Youtube Library - by tofof - 2018-04-09, 01:30
RE: Youtube Library - by Sleuteltje - 2018-04-13, 01:45
RE: Youtube Library - by wheemer - 2018-01-17, 18:36
RE: Youtube Library - by tofof - 2018-04-12, 04:19
RE: Youtube Library - by tofof - 2018-04-13, 02:12
RE: Youtube Library - by agiefrh46 - 2018-06-28, 01:23
RE: Youtube Library - by Sleuteltje - 2018-06-28, 11:21
RE: Youtube Library - by agiefrh46 - 2018-06-28, 12:07
RE: Youtube Library - by Sleuteltje - 2018-06-28, 21:50
RE: Youtube Library - by agiefrh46 - 2018-06-28, 22:34
RE: Youtube Library - by Sleuteltje - 2018-06-30, 22:32
RE: Youtube Library - by agiefrh46 - 2018-07-01, 00:02
RE: Youtube Library - by Sleuteltje - 2018-07-01, 01:47
RE: Youtube Library - by agiefrh46 - 2018-07-01, 03:27
RE: Youtube Library - by RKCRLR - 2018-07-02, 03:37
RE: Youtube Library - by RKCRLR - 2018-06-29, 20:32
RE: Youtube Library - by RKCRLR - 2018-06-30, 22:02
RE: Youtube Library - by RKCRLR - 2018-07-09, 01:06
RE: Youtube Library - by Sleuteltje - 2018-07-09, 17:39
RE: Youtube Library - by RKCRLR - 2018-07-09, 02:14
RE: Youtube Library - by RKCRLR - 2018-07-09, 02:44
RE: Youtube Library - by RKCRLR - 2018-07-10, 04:07
RE: Youtube Library - by RKCRLR - 2018-07-14, 22:20
RE: Youtube Library - by RKCRLR - 2018-08-20, 19:16
RE: Youtube Library - by Sleuteltje - 2018-08-22, 00:57
RE: Youtube Library - by RKCRLR - 2018-08-23, 03:51
RE: Youtube Library - by RKCRLR - 2018-08-24, 17:25
RE: Youtube Library - by RKCRLR - 2018-09-09, 17:29
RE: Youtube Library - by agiefrh46 - 2019-01-31, 10:50
RE: Youtube Library - by Albinator - 2019-03-07, 02:51
RE: Youtube Library - by didi82 - 2019-09-13, 18:19
RE: Youtube Library - by scott967 - 2019-09-14, 15:54
RE: Youtube Library - by didi82 - 2019-09-21, 09:38
RE: Youtube Library - by evantaur - 2020-01-13, 09:26
RE: Youtube Library - by didi82 - 2020-01-13, 12:12
RE: Youtube Library - by evantaur - 2020-01-13, 18:54
RE: Youtube Library - by csvke - 2020-02-10, 09:54
RE: Youtube Library - by scott967 - 2020-02-10, 18:51
RE: Youtube Library - by DarrenHill - 2020-02-10, 19:02
RE: Youtube Library - by popeye2468 - 2020-04-20, 12:27
RE: Youtube Library - by didi82 - 2020-04-20, 15:17
RE: Youtube Library - by tofof - 2020-05-30, 03:56
RE: Youtube Library - by evantaur - 2020-05-17, 22:36
RE: Youtube Library - by scott967 - 2020-05-17, 23:12
RE: Youtube Library - by evantaur - 2020-05-21, 23:14
RE: Youtube Library - by evantaur - 2020-05-23, 05:06
RE: Youtube Library - by evantaur - 2020-05-26, 02:29
Logout Mark Read Team Forum Stats Members Help
Youtube Library3