Sources 카테고리의 Fetch Feed(1) 모듈 -> Pipe Output |
User Inputs-URL Input(2) -> Sources-Fetch Feed(3) -> Pipe Output |
&feedurl=입력한주소
형태로 덧붙는다. "feedurl"은 모듈에서 "Name"항목에 넣어준 값.
Fetch Feed(4) -> Operators-Filter(5) -> Pipe Output |
[숫자]
"형태로 붙어 있다. 이것을 정규표현식 치환을 사용하여 숫자만 뽑아낸다.
두 개의 Fetch Feed(12) -> Operators-Union(13) -> Pipes Output |
http://cartoon.media.daum.net/series/rss/______.xml 이 자리에 ikki, flying, ufo 를 번갈아가며 넣는다일단 번갈아 빈 자리에 들어갈 문자열의 리스트를 만들자:
Strings-String Builder(17) -> Strings-String Tokenizer(18) |
content
필드의 값으로 들어가 있는 것을 알 수 있다.
앞 그림 -> Loop(21) |
앞 그림 -> Loop(23) -> Pipes Output |
이러면 된다는 얘기 |
Fetch Feed 1, 3, 4, 6, 12, 14, 24, 25 | Filter 5, 9 | Loop 16, 21, 23 | Number Input 10 |
Regex 8 | Rename 7 | Simple Math 11 | String Builder 17, 19, 22 |
String Tokenizer 18, 20 | Union 13, 15 | URL Input 2 |