1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-12-02 13:27:56 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
nindogo
6d0f924cbf Set up Base class for shared methods.
Reorganised the script adding a PornTrexBaseIE class that will be used
for shared methods. Currently hosting only two methods:
1. _login
2. _real_initialize
2019-04-21 23:06:54 +03:00
nindogo
9281a8547c Added extraction message to URL Extractor.
It looks better when the extractor informs the user that it is looking
at the file for data.
2019-04-20 21:52:26 +03:00
nindogo
201096182d Slight clean up.
Some clean ups to remove overly specific url that appears to change
daily.
2019-04-20 01:30:34 +03:00
nindogo
331ebfc375 Added login and password to playlist class.
Added login and password to playlist class.
Also added a new playlist for the the test of the playlist class.
I do not know how to test the credentials in youtube-dl yet so needed a class that did not need username and password and that had all its videos available for access.
2019-04-18 23:51:49 +03:00
nindogo
db23d51896 Clean up of code before pull request. 2019-04-18 16:27:19 +03:00
nindogo
e7a76dde02 Added flashvars regex 2019-04-15 23:40:05 +03:00
nindogo
a13c8aad39 Initial commit
This commit is to set up the environment correctly for updating and
merging changes as they arise.
2019-04-14 15:07:25 +03:00