index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
teamcoco.py
Age
Commit message (
Expand
)
Author
2016-10-03
Unify coding cookie
Déstin Reed
2016-05-14
[teamcoco] Fix base64 regexp
Jakub Wilk
2016-03-21
Add support for https for all extractors as preventive and future-proof measure
Sergey M․
2015-06-05
[teamcoco] Handle incomplete m3u8 URLs (fixes #5798)
Yen Chi Hsuan
2015-05-27
[teamcoco] Use determine_ext to determine the video type
Yen Chi Hsuan
2015-05-15
[teamcoco] Detect expired videos (#5626)
Yen Chi Hsuan
2015-05-15
[teamcoco] Rewrite preload data extraction
Yen Chi Hsuan
2015-05-07
[teamcoco] Fix extracting preload data again
Yen Chi Hsuan
2015-04-15
[teamcoco] Fix "preload" data extraction (fixes #5179)
Yen Chi Hsuan
2015-04-10
[teamcoco] Extract duration
Naglis Jonaitis
2015-04-09
[teamcoco] Extract m3u8 URLs
Naglis Jonaitis
2015-04-09
[teamcoco] Fix extraction
Naglis Jonaitis
2015-03-26
[teamcoco] Fix extraction
Naglis Jonaitis
2015-03-08
[teamcoco] Fix extraction
Naglis Jonaitis
2015-02-21
[teamcoco] Fix extraction
Naglis Jonaitis
2015-02-11
[teamcoco] Fix video id extraction
Naglis Jonaitis
2015-02-08
Use _family_friendly_search for determining age_limit
Naglis Jonaitis
2015-02-01
[teamcoco] Modernize and fix extraction
Philipp Hagemeister
2014-11-23
PEP8: applied even more rules
Jouke Waleson
2014-11-23
PEP8 applied
Jouke Waleson
2014-08-20
[teamcoco] Update video id regex
Sergey M․
2014-04-19
Remove unused imports
Philipp Hagemeister
2014-04-07
[teamcoco] Simplify ID management (Closes #2715)
Philipp Hagemeister
2014-04-04
[teamcoco] Fix regex in 2.6 (#2700)
Philipp Hagemeister
2014-04-04
Revert "Workaround for regex engine limitation"
AGSPhoenix
2014-04-04
Workaround for regex engine limitation
AGSPhoenix
2014-04-04
Add a test for the new URL pages
AGSPhoenix
2014-04-04
Support TeamCoco URLs with video_id in the title
AGSPhoenix
2014-01-17
[teamcoco] Use centralized sorting
Philipp Hagemeister
2014-01-17
[teamcoco] Use unicode_literals
Philipp Hagemeister
2013-11-26
Use the new '_download_xml' helper in more extractors
Jaime Marquínez Ferrándiz
2013-11-20
[teamcoco] Correct error
Philipp Hagemeister
2013-11-03
[teamcoco] Parse the xml file and extract all the formats
Jaime Marquínez Ferrándiz
2013-10-31
[teamcoco] Fix video url extraction for some videos
Alex Van't Hof
2013-07-24
changed video_url regex
pishposhmcgee
2013-07-12
InfoExtractor: add some helper methods to extract OpenGraph info
Jaime Marquínez Ferrándiz
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-23
[Teamcoco] Move into own file
Philipp Hagemeister