phlib examples python

33

>>> from phlib import PornHub
>>> ph = PornHub()

>>> ph.categories
...

>>> ph['example category']
<Category title='example category'>

>>> cat = _
>>> cat.videos(max=25)
...

>>> ph.search('some search term')
...
from phlib import PornHub
ph = PornHub()

ph.categories


ph['example category']
<Category title='example category'>

cat = _
cat.videos(max=25)

ph.search('some search term')

Comments

Submit
0 Comments